Color Hex Logo

#c45fcb Color Hex

#C45FCB
(196,95,203)
0 Favorites   0 Comments

Color spaces of #c45fcb

RGB 19695203
HSL0.820.510.58
HSV296°53°80°
CMYK 0.030.530.00   0.20
XYZ37.636724.232059.1935
Yxy24.23200.31090.2002
Hunter Lab49.226050.3301-36.8371
CIE-Lab56.319355.4435-38.5420

#c45fcb color RGB value is (196,95,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011111 11001011
Octal 304 137 313
Decimal 196 95 203
Hex C4 5F CB

RGB Percentages of Color #c45fcb

%39.68
%19.23
%41.09

CMYK Percentages of Color #c45fcb

%3
%53
%0
%20

Triadic Colors of #c45fcb

#c45fcb #cbc45f #5fcbc4

Analogous Colors of #c45fcb

#c45fcb #cb5f9c #8e5fcb

Monochromatic Colors of #c45fcb

#c45fcb

Complementary Color

#c45fcb #66cb5f

#c45fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45fcb Color CSS Codes

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

#c45fcb Text Font Color

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

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


#c45fcb Background Color

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

This div background color is #c45fcb


#c45fcb Border Color

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

This div border color is #c45fcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,95,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 #c45fcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45fcb


Comments

No comments written yet.

Please login to write comment.