Color Hex Logo

#ca079a Color Hex

#CA079A
(202,7,154)
0 Favorites   0 Comments

Color spaces of #ca079a

RGB 2027154
HSL0.870.930.41
HSV315°97°79°
CMYK 0.000.970.24   0.21
XYZ30.265815.041631.8800
Yxy15.04160.39210.1949
Hunter Lab38.783571.4264-21.5879
CIE-Lab45.691175.5249-26.4415

#ca079a color RGB value is (202,7,154).

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

The process color (four color CMYK) of #ca079a color hex is 0.00, 0.97, 0.24, 0.21. Web safe color of #ca079a is #cc0099. Color #ca079a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00000111 10011010
Octal 312 7 232
Decimal 202 7 154
Hex CA 7 9A

RGB Percentages of Color #ca079a

%55.65
%1.93
%42.42

CMYK Percentages of Color #ca079a

%0
%97
%24
%21

Triadic Colors of #ca079a

#ca079a #9aca07 #079aca

Analogous Colors of #ca079a

#ca079a #ca0739 #9907ca

Monochromatic Colors of #ca079a

#ca079a

Complementary Color

#ca079a #07ca37

#ca079a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca079a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca079a Color CSS Codes

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

#ca079a Text Font Color

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

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


#ca079a Background Color

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

This div background color is #ca079a


#ca079a Border Color

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

This div border color is #ca079a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca079a


Comments

No comments written yet.

Please login to write comment.