Color Hex Logo

#c23cdd Color Hex

#C23CDD
(194,60,221)
0 Favorites   0 Comments

Color spaces of #c23cdd

RGB 19460221
HSL0.810.700.55
HSV290°73°87°
CMYK 0.120.730.00   0.13
XYZ36.915119.921570.3062
Yxy19.92150.29030.1567
Hunter Lab44.633569.5236-62.1495
CIE-Lab51.748372.7844-56.0578

#c23cdd color RGB value is (194,60,221).

#c23cdd hex color red value is 194, green value is 60 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c23cdd hue: 0.81 , saturation: 0.70 and the lightness value of c23cdd is 0.55.

The process color (four color CMYK) of #c23cdd color hex is 0.12, 0.73, 0.00, 0.13. Web safe color of #c23cdd is #cc33cc. Color #c23cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111100 11011101
Octal 302 74 335
Decimal 194 60 221
Hex C2 3C DD

RGB Percentages of Color #c23cdd

%40.84
%12.63
%46.53

CMYK Percentages of Color #c23cdd

%12
%73
%0
%13

Triadic Colors of #c23cdd

#c23cdd #ddc23c #3cddc2

Analogous Colors of #c23cdd

#c23cdd #dd3ca8 #723cdd

Monochromatic Colors of #c23cdd

#c23cdd

Complementary Color

#c23cdd #57dd3c

#c23cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23cdd Color CSS Codes

.mybgcolor {background-color:#c23cdd; } 
.myforecolor {color:#c23cdd; }
.mybordercolor {border:3px solid #c23cdd; }

#c23cdd Text Font Color

<p style="color:#c23cdd">Text here</p>

This sample text font color is #c23cdd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c23cdd Background Color

<div style="background-color:#c23cdd">
Div content here</div>

This div background color is #c23cdd


#c23cdd Border Color

<div style="border:3px solid #c23cdd">
Div here</div>

This div border color is #c23cdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,60,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c23cdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c23cdd;
  -webkit-box-shadow: 1px 1px 3px 2px #c23cdd;
  box-shadow:         1px 1px 3px 2px #c23cdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,60,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c23cdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c23cdd;
  -webkit-box-shadow: 1px 1px 3px 2px #c23cdd;
  box-shadow:         1px 1px 3px 2px #c23cdd;">
Div content here</div>

This div box has shadow with color #c23cdd


Comments

No comments written yet.

Please login to write comment.