Color Hex Logo

#c3285a Color Hex

#C3285A
(195,40,90)
0 Favorites   0 Comments

Color spaces of #c3285a

RGB 1954090
HSL0.950.660.46
HSV341°79°76°
CMYK 0.000.790.54   0.24
XYZ25.109913.857911.0243
Yxy13.85790.50230.2772
Hunter Lab37.226255.25648.5000
CIE-Lab44.028562.084610.2806

#c3285a color RGB value is (195,40,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101000 01011010
Octal 303 50 132
Decimal 195 40 90
Hex C3 28 5A

RGB Percentages of Color #c3285a

%60.00
%12.31
%27.69

CMYK Percentages of Color #c3285a

%0
%79
%54
%24

Triadic Colors of #c3285a

#c3285a #5ac328 #285ac3

Analogous Colors of #c3285a

#c3285a #c34428 #c328a8

Monochromatic Colors of #c3285a

#c3285a

Complementary Color

#c3285a #28c391

#c3285a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3285a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3285a Color CSS Codes

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

#c3285a Text Font Color

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

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


#c3285a Background Color

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

This div background color is #c3285a


#c3285a Border Color

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

This div border color is #c3285a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3285a


Comments

No comments written yet.

Please login to write comment.