Color Hex Logo

#ca255c Color Hex

#CA255C
(202,37,92)
0 Favorites   0 Comments

Color spaces of #ca255c

RGB 2023792
HSL0.940.690.47
HSV340°82°79°
CMYK 0.000.820.54   0.21
XYZ26.950514.652411.5330
Yxy14.65240.50720.2758
Hunter Lab38.278558.68828.9313
CIE-Lab45.154464.886510.8096

#ca255c color RGB value is (202,37,92).

#ca255c hex color red value is 202, green value is 37 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ca255c hue: 0.94 , saturation: 0.69 and the lightness value of ca255c is 0.47.

The process color (four color CMYK) of #ca255c color hex is 0.00, 0.82, 0.54, 0.21. Web safe color of #ca255c is #cc3366. Color #ca255c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00100101 01011100
Octal 312 45 134
Decimal 202 37 92
Hex CA 25 5C

RGB Percentages of Color #ca255c

%61.03
%11.18
%27.79

CMYK Percentages of Color #ca255c

%0
%82
%54
%21

Triadic Colors of #ca255c

#ca255c #5cca25 #255cca

Analogous Colors of #ca255c

#ca255c #ca4025 #ca25af

Monochromatic Colors of #ca255c

#ca255c

Complementary Color

#ca255c #25ca93

#ca255c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca255c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca255c Color CSS Codes

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

#ca255c Text Font Color

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

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


#ca255c Background Color

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

This div background color is #ca255c


#ca255c Border Color

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

This div border color is #ca255c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca255c


Comments

No comments written yet.

Please login to write comment.