Color Hex Logo

#ca124f Color Hex

#CA124F
(202,18,79)
0 Favorites   0 Comments

Color spaces of #ca124f

RGB 2021879
HSL0.940.840.43
HSV340°91°79°
CMYK 0.000.910.61   0.21
XYZ25.984713.55378.6437
Yxy13.55370.53930.2813
Hunter Lab36.815461.560511.8503
CIE-Lab43.586067.675216.7783

#ca124f color RGB value is (202,18,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010010 01001111
Octal 312 22 117
Decimal 202 18 79
Hex CA 12 4F

RGB Percentages of Color #ca124f

%67.56
%6.02
%26.42

CMYK Percentages of Color #ca124f

%0
%91
%61
%21

Triadic Colors of #ca124f

#ca124f #4fca12 #124fca

Analogous Colors of #ca124f

#ca124f #ca3112 #ca12ab

Monochromatic Colors of #ca124f

#ca124f

Complementary Color

#ca124f #12ca8d

#ca124f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca124f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca124f Color CSS Codes

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

#ca124f Text Font Color

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

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


#ca124f Background Color

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

This div background color is #ca124f


#ca124f Border Color

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

This div border color is #ca124f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca124f


Comments

No comments written yet.

Please login to write comment.