Color Hex Logo

#c2285a Color Hex

#C2285A
(194,40,90)
1 Favorites   0 Comments

Color spaces of #c2285a

RGB 1944090
HSL0.950.660.46
HSV341°79°76°
CMYK 0.000.790.54   0.24
XYZ24.852413.725111.0122
Yxy13.72510.50120.2768
Hunter Lab37.047454.90978.3095
CIE-Lab43.836161.81339.9831

#c2285a color RGB value is (194,40,90).

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

The process color (four color CMYK) of #c2285a color hex is 0.00, 0.79, 0.54, 0.24. Web safe color of #c2285a is #cc3366. Color #c2285a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00101000 01011010
Octal 302 50 132
Decimal 194 40 90
Hex C2 28 5A

RGB Percentages of Color #c2285a

%59.88
%12.35
%27.78

CMYK Percentages of Color #c2285a

%0
%79
%54
%24

Triadic Colors of #c2285a

#c2285a #5ac228 #285ac2

Analogous Colors of #c2285a

#c2285a #c24328 #c228a7

Monochromatic Colors of #c2285a

#c2285a

Complementary Color

#c2285a #28c290

#c2285a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2285a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2285a Color CSS Codes

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

#c2285a Text Font Color

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

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


#c2285a Background Color

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

This div background color is #c2285a


#c2285a Border Color

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

This div border color is #c2285a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2285a


Comments

No comments written yet.

Please login to write comment.