Color Hex Logo

#ca007f Color Hex

#CA007F
(202,0,127)
0 Favorites   0 Comments

Color spaces of #ca007f

RGB 2020127
HSL0.901.000.40
HSV322°100°79°
CMYK 0.001.000.37   0.21
XYZ28.187914.088921.3124
Yxy14.08890.44330.2216
Hunter Lab37.535268.3621-7.3901
CIE-Lab44.360273.2621-12.0544

#ca007f color RGB value is (202,0,127).

#ca007f hex color red value is 202, green value is 0 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ca007f hue: 0.90 , saturation: 1.00 and the lightness value of ca007f is 0.40.

The process color (four color CMYK) of #ca007f color hex is 0.00, 1.00, 0.37, 0.21. Web safe color of #ca007f is #cc0066. Color #ca007f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00000000 01111111
Octal 312 0 177
Decimal 202 0 127
Hex CA 0 7F

RGB Percentages of Color #ca007f

%61.40
%0.00
%38.60

CMYK Percentages of Color #ca007f

%0
%100
%37
%21

Triadic Colors of #ca007f

#ca007f #7fca00 #007fca

Analogous Colors of #ca007f

#ca007f #ca001a #b000ca

Monochromatic Colors of #ca007f

#ca007f

Complementary Color

#ca007f #00ca4b

#ca007f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca007f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca007f Color CSS Codes

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

#ca007f Text Font Color

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

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


#ca007f Background Color

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

This div background color is #ca007f


#ca007f Border Color

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

This div border color is #ca007f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca007f


Comments

No comments written yet.

Please login to write comment.