Color Hex Logo

#c442bb Color Hex

#C442BB
(196,66,187)
0 Favorites   0 Comments

Color spaces of #c442bb

RGB 19666187
HSL0.840.520.51
HSV304°66°77°
CMYK 0.000.660.05   0.23
XYZ33.682819.220048.9483
Yxy19.22000.33070.1887
Hunter Lab43.840660.4207-35.5092
CIE-Lab50.943665.2788-37.7907

#c442bb color RGB value is (196,66,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000010 10111011
Octal 304 102 273
Decimal 196 66 187
Hex C4 42 BB

RGB Percentages of Color #c442bb

%43.65
%14.70
%41.65

CMYK Percentages of Color #c442bb

%0
%66
%5
%23

Triadic Colors of #c442bb

#c442bb #bbc442 #42bbc4

Analogous Colors of #c442bb

#c442bb #c4427a #8c42c4

Monochromatic Colors of #c442bb

#c442bb

Complementary Color

#c442bb #42c44b

#c442bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c442bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c442bb Color CSS Codes

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

#c442bb Text Font Color

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

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


#c442bb Background Color

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

This div background color is #c442bb


#c442bb Border Color

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

This div border color is #c442bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c442bb


Comments

No comments written yet.

Please login to write comment.