Color Hex Logo

#c425cb Color Hex

#C425CB
(196,37,203)
0 Favorites   0 Comments

Color spaces of #c425cb

RGB 19637203
HSL0.830.690.47
HSV297°82°80°
CMYK 0.030.820.00   0.20
XYZ34.206017.370758.0499
Yxy17.37070.31200.1585
Hunter Lab41.678273.5613-53.4052
CIE-Lab48.723876.6697-50.5798

#c425cb color RGB value is (196,37,203).

#c425cb hex color red value is 196, green value is 37 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c425cb hue: 0.83 , saturation: 0.69 and the lightness value of c425cb is 0.47.

The process color (four color CMYK) of #c425cb color hex is 0.03, 0.82, 0.00, 0.20. Web safe color of #c425cb is #cc33cc. Color #c425cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100101 11001011
Octal 304 45 313
Decimal 196 37 203
Hex C4 25 CB

RGB Percentages of Color #c425cb

%44.95
%8.49
%46.56

CMYK Percentages of Color #c425cb

%3
%82
%0
%20

Triadic Colors of #c425cb

#c425cb #cbc425 #25cbc4

Analogous Colors of #c425cb

#c425cb #cb257f #7125cb

Monochromatic Colors of #c425cb

#c425cb

Complementary Color

#c425cb #2ccb25

#c425cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c425cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c425cb Color CSS Codes

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

#c425cb Text Font Color

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

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


#c425cb Background Color

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

This div background color is #c425cb


#c425cb Border Color

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

This div border color is #c425cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c425cb


Comments

No comments written yet.

Please login to write comment.