Color Hex Logo

#c45cbf Color Hex

#C45CBF
(196,92,191)
0 Favorites   0 Comments

Color spaces of #c45cbf

RGB 19692191
HSL0.840.470.56
HSV303°53°77°
CMYK 0.000.530.03   0.23
XYZ35.996123.151651.8617
Yxy23.15160.32430.2086
Hunter Lab48.116149.3343-30.2241
CIE-Lab55.228154.7325-33.3849

#c45cbf color RGB value is (196,92,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011100 10111111
Octal 304 134 277
Decimal 196 92 191
Hex C4 5C BF

RGB Percentages of Color #c45cbf

%40.92
%19.21
%39.87

CMYK Percentages of Color #c45cbf

%0
%53
%3
%23

Triadic Colors of #c45cbf

#c45cbf #bfc45c #5cbfc4

Analogous Colors of #c45cbf

#c45cbf #c45c8b #955cc4

Monochromatic Colors of #c45cbf

#c45cbf

Complementary Color

#c45cbf #5cc461

#c45cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45cbf Color CSS Codes

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

#c45cbf Text Font Color

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

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


#c45cbf Background Color

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

This div background color is #c45cbf


#c45cbf Border Color

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

This div border color is #c45cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45cbf


Comments

No comments written yet.

Please login to write comment.