Color Hex Logo

#c442bd Color Hex

#C442BD
(196,66,189)
0 Favorites   0 Comments

Color spaces of #c442bd

RGB 19666189
HSL0.840.520.51
HSV303°66°77°
CMYK 0.000.660.04   0.23
XYZ33.898519.306350.0840
Yxy19.30630.32820.1869
Hunter Lab43.938960.8180-36.8247
CIE-Lab51.043765.6013-38.7941

#c442bd color RGB value is (196,66,189).

#c442bd hex color red value is 196, green value is 66 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c442bd hue: 0.84 , saturation: 0.52 and the lightness value of c442bd is 0.51.

The process color (four color CMYK) of #c442bd color hex is 0.00, 0.66, 0.04, 0.23. Web safe color of #c442bd is #cc33cc. Color #c442bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000010 10111101
Octal 304 102 275
Decimal 196 66 189
Hex C4 42 BD

RGB Percentages of Color #c442bd

%43.46
%14.63
%41.91

CMYK Percentages of Color #c442bd

%0
%66
%4
%23

Triadic Colors of #c442bd

#c442bd #bdc442 #42bdc4

Analogous Colors of #c442bd

#c442bd #c4427c #8a42c4

Monochromatic Colors of #c442bd

#c442bd

Complementary Color

#c442bd #42c449

#c442bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c442bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c442bd Color CSS Codes

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

#c442bd Text Font Color

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

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


#c442bd Background Color

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

This div background color is #c442bd


#c442bd Border Color

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

This div border color is #c442bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c442bd


Comments

No comments written yet.

Please login to write comment.