Color Hex Logo

#ca0aef Color Hex

#CA0AEF
(202,10,239)
0 Favorites   0 Comments

Color spaces of #ca0aef

RGB 20210239
HSL0.810.920.49
HSV290°96°94°
CMYK 0.150.960.00   0.06
XYZ40.045619.005683.2192
Yxy19.00560.28150.1336
Hunter Lab43.595487.6734-82.6618
CIE-Lab50.693887.3636-67.8704

#ca0aef color RGB value is (202,10,239).

#ca0aef hex color red value is 202, green value is 10 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ca0aef hue: 0.81 , saturation: 0.92 and the lightness value of ca0aef is 0.49.

The process color (four color CMYK) of #ca0aef color hex is 0.15, 0.96, 0.00, 0.06. Web safe color of #ca0aef is #cc00ff. Color #ca0aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00001010 11101111
Octal 312 12 357
Decimal 202 10 239
Hex CA A EF

RGB Percentages of Color #ca0aef

%44.79
%2.22
%52.99

CMYK Percentages of Color #ca0aef

%15
%96
%0
%6

Triadic Colors of #ca0aef

#ca0aef #efca0a #0aefca

Analogous Colors of #ca0aef

#ca0aef #ef0aa2 #570aef

Monochromatic Colors of #ca0aef

#ca0aef

Complementary Color

#ca0aef #2fef0a

#ca0aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca0aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca0aef Color CSS Codes

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

#ca0aef Text Font Color

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

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


#ca0aef Background Color

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

This div background color is #ca0aef


#ca0aef Border Color

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

This div border color is #ca0aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca0aef


Comments

No comments written yet.

Please login to write comment.