Color Hex Logo

#ca065a Color Hex

#CA065A
(202,6,90)
0 Favorites   0 Comments

Color spaces of #ca065a

RGB 202690
HSL0.930.940.41
HSV334°97°79°
CMYK 0.000.970.55   0.21
XYZ26.267713.425010.8797
Yxy13.42500.51940.2655
Hunter Lab36.640163.84838.0429
CIE-Lab43.396869.66469.6009

#ca065a color RGB value is (202,6,90).

#ca065a hex color red value is 202, green value is 6 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ca065a hue: 0.93 , saturation: 0.94 and the lightness value of ca065a is 0.41.

The process color (four color CMYK) of #ca065a color hex is 0.00, 0.97, 0.55, 0.21. Web safe color of #ca065a is #cc0066. Color #ca065a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00000110 01011010
Octal 312 6 132
Decimal 202 6 90
Hex CA 6 5A

RGB Percentages of Color #ca065a

%67.79
%2.01
%30.20

CMYK Percentages of Color #ca065a

%0
%97
%55
%21

Triadic Colors of #ca065a

#ca065a #5aca06 #065aca

Analogous Colors of #ca065a

#ca065a #ca1406 #ca06bc

Monochromatic Colors of #ca065a

#ca065a

Complementary Color

#ca065a #06ca76

#ca065a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca065a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca065a Color CSS Codes

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

#ca065a Text Font Color

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

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


#ca065a Background Color

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

This div background color is #ca065a


#ca065a Border Color

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

This div border color is #ca065a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca065a


Comments

No comments written yet.

Please login to write comment.