Color Hex Logo

#c478bd Color Hex

#C478BD
(196,120,189)
0 Favorites   0 Comments

Color spaces of #c478bd

RGB 196120189
HSL0.850.390.62
HSV306°39°77°
CMYK 0.000.390.04   0.23
XYZ38.666728.842851.6734
Yxy28.84280.32440.2420
Hunter Lab53.705534.5312-19.4528
CIE-Lab60.642640.1279-23.8603

#c478bd color RGB value is (196,120,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01111000 10111101
Octal 304 170 275
Decimal 196 120 189
Hex C4 78 BD

RGB Percentages of Color #c478bd

%38.81
%23.76
%37.43

CMYK Percentages of Color #c478bd

%0
%39
%4
%23

Triadic Colors of #c478bd

#c478bd #bdc478 #78bdc4

Analogous Colors of #c478bd

#c478bd #c47897 #a578c4

Monochromatic Colors of #c478bd

#c478bd

Complementary Color

#c478bd #78c47f

#c478bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c478bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c478bd Color CSS Codes

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

#c478bd Text Font Color

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

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


#c478bd Background Color

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

This div background color is #c478bd


#c478bd Border Color

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

This div border color is #c478bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c478bd


Comments

No comments written yet.

Please login to write comment.