Color Hex Logo

#c45ccb Color Hex

#C45CCB
(196,92,203)
0 Favorites   0 Comments

Color spaces of #c45ccb

RGB 19692203
HSL0.820.520.58
HSV296°55°80°
CMYK 0.030.550.00   0.20
XYZ37.371623.701959.1051
Yxy23.70190.31100.1972
Hunter Lab48.684651.8233-37.9013
CIE-Lab55.788156.8693-39.3766

#c45ccb color RGB value is (196,92,203).

#c45ccb hex color red value is 196, green value is 92 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c45ccb hue: 0.82 , saturation: 0.52 and the lightness value of c45ccb is 0.58.

The process color (four color CMYK) of #c45ccb color hex is 0.03, 0.55, 0.00, 0.20. Web safe color of #c45ccb is #cc66cc. Color #c45ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011100 11001011
Octal 304 134 313
Decimal 196 92 203
Hex C4 5C CB

RGB Percentages of Color #c45ccb

%39.92
%18.74
%41.34

CMYK Percentages of Color #c45ccb

%3
%55
%0
%20

Triadic Colors of #c45ccb

#c45ccb #cbc45c #5ccbc4

Analogous Colors of #c45ccb

#c45ccb #cb5c9b #8d5ccb

Monochromatic Colors of #c45ccb

#c45ccb

Complementary Color

#c45ccb #63cb5c

#c45ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45ccb Color CSS Codes

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

#c45ccb Text Font Color

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

This sample text font color is #c45ccb
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.


#c45ccb Background Color

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

This div background color is #c45ccb


#c45ccb Border Color

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

This div border color is #c45ccb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,92,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c45ccb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c45ccb;
  -webkit-box-shadow: 1px 1px 3px 2px #c45ccb;
  box-shadow:         1px 1px 3px 2px #c45ccb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,92,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45ccb


Comments

No comments written yet.

Please login to write comment.