Color Hex Logo

#c473cb Color Hex

#C473CB
(196,115,203)
0 Favorites   0 Comments

Color spaces of #c473cb

RGB 196115203
HSL0.820.460.62
HSV295°43°80°
CMYK 0.030.430.00   0.20
XYZ39.675228.309059.8730
Yxy28.30900.31030.2214
Hunter Lab53.206239.9944-29.4748
CIE-Lab60.166945.3719-32.5305

#c473cb color RGB value is (196,115,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110011 11001011
Octal 304 163 313
Decimal 196 115 203
Hex C4 73 CB

RGB Percentages of Color #c473cb

%38.13
%22.37
%39.49

CMYK Percentages of Color #c473cb

%3
%43
%0
%20

Triadic Colors of #c473cb

#c473cb #cbc473 #73cbc4

Analogous Colors of #c473cb

#c473cb #cb73a6 #9873cb

Monochromatic Colors of #c473cb

#c473cb

Complementary Color

#c473cb #7acb73

#c473cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c473cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c473cb Color CSS Codes

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

#c473cb Text Font Color

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

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


#c473cb Background Color

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

This div background color is #c473cb


#c473cb Border Color

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

This div border color is #c473cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c473cb


Comments

No comments written yet.

Please login to write comment.