Color Hex Logo

#ca414a Color Hex

#CA414A
(202,65,74)
0 Favorites   0 Comments

Color spaces of #ca414a

RGB 2026574
HSL0.990.560.52
HSV356°68°79°
CMYK 0.000.680.63   0.21
XYZ27.483416.83168.2788
Yxy16.83160.52260.3200
Hunter Lab41.026347.780516.7542
CIE-Lab48.047154.568625.6970

#ca414a color RGB value is (202,65,74).

#ca414a hex color red value is 202, green value is 65 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ca414a hue: 0.99 , saturation: 0.56 and the lightness value of ca414a is 0.52.

The process color (four color CMYK) of #ca414a color hex is 0.00, 0.68, 0.63, 0.21. Web safe color of #ca414a is #cc3333. Color #ca414a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000001 01001010
Octal 312 101 112
Decimal 202 65 74
Hex CA 41 4A

RGB Percentages of Color #ca414a

%59.24
%19.06
%21.70

CMYK Percentages of Color #ca414a

%0
%68
%63
%21

Triadic Colors of #ca414a

#ca414a #4aca41 #414aca

Analogous Colors of #ca414a

#ca414a #ca7d41 #ca418f

Monochromatic Colors of #ca414a

#ca414a

Complementary Color

#ca414a #41cac1

#ca414a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca414a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca414a Color CSS Codes

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

#ca414a Text Font Color

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

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


#ca414a Background Color

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

This div background color is #ca414a


#ca414a Border Color

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

This div border color is #ca414a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca414a


Comments

No comments written yet.

Please login to write comment.