Color Hex Logo

#ca1272 Color Hex

#CA1272
(202,18,114)
0 Favorites   0 Comments

Color spaces of #ca1272

RGB 20218114
HSL0.910.840.43
HSV329°91°79°
CMYK 0.000.910.44   0.21
XYZ27.610714.204117.2060
Yxy14.20410.46780.2407
Hunter Lab37.688364.8156-0.6861
CIE-Lab44.524270.2633-3.7755

#ca1272 color RGB value is (202,18,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010010 01110010
Octal 312 22 162
Decimal 202 18 114
Hex CA 12 72

RGB Percentages of Color #ca1272

%60.48
%5.39
%34.13

CMYK Percentages of Color #ca1272

%0
%91
%44
%21

Triadic Colors of #ca1272

#ca1272 #72ca12 #1272ca

Analogous Colors of #ca1272

#ca1272 #ca1216 #c612ca

Monochromatic Colors of #ca1272

#ca1272

Complementary Color

#ca1272 #12ca6a

#ca1272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca1272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca1272 Color CSS Codes

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

#ca1272 Text Font Color

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

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


#ca1272 Background Color

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

This div background color is #ca1272


#ca1272 Border Color

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

This div border color is #ca1272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca1272


Comments

No comments written yet.

Please login to write comment.