Color Hex Logo

#c45cbb Color Hex

#C45CBB
(196,92,187)
0 Favorites   0 Comments

Color spaces of #c45cbb

RGB 19692187
HSL0.850.470.56
HSV305°53°77°
CMYK 0.000.530.05   0.23
XYZ35.561722.977949.5746
Yxy22.97790.32890.2125
Hunter Lab47.935348.5369-27.7630
CIE-Lab55.049654.0412-31.3622

#c45cbb color RGB value is (196,92,187).

#c45cbb hex color red value is 196, green value is 92 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c45cbb hue: 0.85 , saturation: 0.47 and the lightness value of c45cbb is 0.56.

The process color (four color CMYK) of #c45cbb color hex is 0.00, 0.53, 0.05, 0.23. Web safe color of #c45cbb is #cc66cc. Color #c45cbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011100 10111011
Octal 304 134 273
Decimal 196 92 187
Hex C4 5C BB

RGB Percentages of Color #c45cbb

%41.26
%19.37
%39.37

CMYK Percentages of Color #c45cbb

%0
%53
%5
%23

Triadic Colors of #c45cbb

#c45cbb #bbc45c #5cbbc4

Analogous Colors of #c45cbb

#c45cbb #c45c87 #995cc4

Monochromatic Colors of #c45cbb

#c45cbb

Complementary Color

#c45cbb #5cc465

#c45cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45cbb Color CSS Codes

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

#c45cbb Text Font Color

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

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


#c45cbb Background Color

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

This div background color is #c45cbb


#c45cbb Border Color

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

This div border color is #c45cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45cbb


Comments

No comments written yet.

Please login to write comment.