Color Hex Logo

#ca1252 Color Hex

#CA1252
(202,18,82)
0 Favorites   0 Comments

Color spaces of #ca1252

RGB 2021882
HSL0.940.840.43
HSV339°91°79°
CMYK 0.000.910.59   0.21
XYZ26.096413.59849.2320
Yxy13.59840.53340.2779
Hunter Lab36.876061.787810.9698
CIE-Lab43.651467.857514.9837

#ca1252 color RGB value is (202,18,82).

#ca1252 hex color red value is 202, green value is 18 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #ca1252 hue: 0.94 , saturation: 0.84 and the lightness value of ca1252 is 0.43.

The process color (four color CMYK) of #ca1252 color hex is 0.00, 0.91, 0.59, 0.21. Web safe color of #ca1252 is #cc0066. Color #ca1252 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010010 01010010
Octal 312 22 122
Decimal 202 18 82
Hex CA 12 52

RGB Percentages of Color #ca1252

%66.89
%5.96
%27.15

CMYK Percentages of Color #ca1252

%0
%91
%59
%21

Triadic Colors of #ca1252

#ca1252 #52ca12 #1252ca

Analogous Colors of #ca1252

#ca1252 #ca2e12 #ca12ae

Monochromatic Colors of #ca1252

#ca1252

Complementary Color

#ca1252 #12ca8a

#ca1252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca1252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca1252 Color CSS Codes

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

#ca1252 Text Font Color

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

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


#ca1252 Background Color

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

This div background color is #ca1252


#ca1252 Border Color

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

This div border color is #ca1252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca1252


Comments

No comments written yet.

Please login to write comment.