Color Hex Logo

#c4285a Color Hex

#C4285A
(196,40,90)
0 Favorites   0 Comments

Color spaces of #c4285a

RGB 1964090
HSL0.950.660.46
HSV341°80°77°
CMYK 0.000.800.54   0.23
XYZ25.369213.991511.0364
Yxy13.99150.50340.2776
Hunter Lab37.405255.60438.6901
CIE-Lab44.220762.356410.5781

#c4285a color RGB value is (196,40,90).

#c4285a hex color red value is 196, green value is 40 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #c4285a hue: 0.95 , saturation: 0.66 and the lightness value of c4285a is 0.46.

The process color (four color CMYK) of #c4285a color hex is 0.00, 0.80, 0.54, 0.23. Web safe color of #c4285a is #cc3366. Color #c4285a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101000 01011010
Octal 304 50 132
Decimal 196 40 90
Hex C4 28 5A

RGB Percentages of Color #c4285a

%60.12
%12.27
%27.61

CMYK Percentages of Color #c4285a

%0
%80
%54
%23

Triadic Colors of #c4285a

#c4285a #5ac428 #285ac4

Analogous Colors of #c4285a

#c4285a #c44428 #c428a8

Monochromatic Colors of #c4285a

#c4285a

Complementary Color

#c4285a #28c492

#c4285a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4285a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4285a Color CSS Codes

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

#c4285a Text Font Color

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

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


#c4285a Background Color

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

This div background color is #c4285a


#c4285a Border Color

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

This div border color is #c4285a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4285a


Comments

No comments written yet.

Please login to write comment.