Color Hex Logo

#ca0aed Color Hex

#CA0AED
(202,10,237)
0 Favorites   0 Comments

Color spaces of #ca0aed

RGB 20210237
HSL0.810.920.48
HSV291°96°93°
CMYK 0.150.960.00   0.07
XYZ39.751718.888181.6714
Yxy18.88810.28330.1346
Hunter Lab43.460487.2117-80.9962
CIE-Lab50.556087.0380-66.9671

#ca0aed color RGB value is (202,10,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00001010 11101101
Octal 312 12 355
Decimal 202 10 237
Hex CA A ED

RGB Percentages of Color #ca0aed

%44.99
%2.23
%52.78

CMYK Percentages of Color #ca0aed

%15
%96
%0
%7

Triadic Colors of #ca0aed

#ca0aed #edca0a #0aedca

Analogous Colors of #ca0aed

#ca0aed #ed0a9f #590aed

Monochromatic Colors of #ca0aed

#ca0aed

Complementary Color

#ca0aed #2ded0a

#ca0aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca0aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca0aed Color CSS Codes

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

#ca0aed Text Font Color

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

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


#ca0aed Background Color

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

This div background color is #ca0aed


#ca0aed Border Color

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

This div border color is #ca0aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca0aed


Comments

No comments written yet.

Please login to write comment.