color codes Logo

#c4025a color codes

#C4025A
(196,2,90)
0 Favorites   0 Comments

Color spaces of #c4025a

RGB 196290
HSL0.920.980.39
HSV333°99°77°
CMYK 0.000.990.54   0.23
XYZ24.632112.517410.7907
Yxy12.51740.51380.2611
Hunter Lab35.379962.35986.6828
CIE-Lab42.026968.66407.4928

#c4025a color RGB value is (196,2,90).

#c4025a hex color red value is 196, green value is 2 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #c4025a hue: 0.92 , saturation: 0.98 and the lightness value of c4025a is 0.39.

The process color (four color CMYK) of #c4025a color code is 0.00, 0.99, 0.54, 0.23. Web safe color of #c4025a is #cc0066. Color #c4025a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000010 01011010
Octal 304 2 132
Decimal 196 2 90
Hex C4 2 5A

RGB Percentages of Color #c4025a

%68.06
%0.69
%31.25

CMYK Percentages of Color #c4025a

%0
%99
%54
%23

Triadic Colors of #c4025a

#c4025a #5ac402 #025ac4

Analogous Colors of #c4025a

#c4025a #c40b02 #c402bb

Monochromatic Colors of #c4025a

#c4025a

Complementary Color

#c4025a #02c46c

#c4025a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4025a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4025a Color CSS Codes

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

#c4025a Text Font Color

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

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


#c4025a Background Color

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

This div background color is #c4025a


#c4025a Border Color

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

This div border color is #c4025a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4025a


Comments

No comments written yet.

Please login to write comment.