Color Hex Logo

#c473bd Color Hex

#C473BD
(196,115,189)
0 Favorites   0 Comments

Color spaces of #c473bd

RGB 196115189
HSL0.850.410.61
HSV305°41°77°
CMYK 0.000.410.04   0.23
XYZ38.081027.671451.4781
Yxy27.67140.32480.2360
Hunter Lab52.603637.1641-21.1989
CIE-Lab59.590742.7820-25.4772

#c473bd color RGB value is (196,115,189).

#c473bd hex color red value is 196, green value is 115 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c473bd hue: 0.85 , saturation: 0.41 and the lightness value of c473bd is 0.61.

The process color (four color CMYK) of #c473bd color hex is 0.00, 0.41, 0.04, 0.23. Web safe color of #c473bd is #cc66cc. Color #c473bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110011 10111101
Octal 304 163 275
Decimal 196 115 189
Hex C4 73 BD

RGB Percentages of Color #c473bd

%39.20
%23.00
%37.80

CMYK Percentages of Color #c473bd

%0
%41
%4
%23

Triadic Colors of #c473bd

#c473bd #bdc473 #73bdc4

Analogous Colors of #c473bd

#c473bd #c47395 #a373c4

Monochromatic Colors of #c473bd

#c473bd

Complementary Color

#c473bd #73c47a

#c473bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c473bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c473bd Color CSS Codes

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

#c473bd Text Font Color

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

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


#c473bd Background Color

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

This div background color is #c473bd


#c473bd Border Color

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

This div border color is #c473bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c473bd


Comments

No comments written yet.

Please login to write comment.