Color Hex Logo

#c425bd Color Hex

#C425BD
(196,37,189)
0 Favorites   0 Comments

Color spaces of #c425bd

RGB 19637189
HSL0.840.680.46
HSV303°81°77°
CMYK 0.000.810.04   0.23
XYZ32.611816.733049.6551
Yxy16.73300.32940.1690
Hunter Lab40.906070.7215-43.3370
CIE-Lab47.921874.5130-43.7346

#c425bd color RGB value is (196,37,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100101 10111101
Octal 304 45 275
Decimal 196 37 189
Hex C4 25 BD

RGB Percentages of Color #c425bd

%46.45
%8.77
%44.79

CMYK Percentages of Color #c425bd

%0
%81
%4
%23

Triadic Colors of #c425bd

#c425bd #bdc425 #25bdc4

Analogous Colors of #c425bd

#c425bd #c4256e #7c25c4

Monochromatic Colors of #c425bd

#c425bd

Complementary Color

#c425bd #25c42c

#c425bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c425bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c425bd Color CSS Codes

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

#c425bd Text Font Color

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

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


#c425bd Background Color

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

This div background color is #c425bd


#c425bd Border Color

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

This div border color is #c425bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c425bd


Comments

No comments written yet.

Please login to write comment.