Color Hex Logo

#ca6aed Color Hex

#CA6AED
(202,106,237)
0 Favorites   0 Comments

Color spaces of #ca6aed

RGB 202106237
HSL0.790.780.67
HSV284°55°93°
CMYK 0.150.550.00   0.07
XYZ44.797228.979083.3532
Yxy28.97900.28510.1844
Hunter Lab53.832154.3351-54.1216
CIE-Lab60.763158.2362-50.6076

#ca6aed color RGB value is (202,106,237).

#ca6aed hex color red value is 202, green value is 106 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ca6aed hue: 0.79 , saturation: 0.78 and the lightness value of ca6aed is 0.67.

The process color (four color CMYK) of #ca6aed color hex is 0.15, 0.55, 0.00, 0.07. Web safe color of #ca6aed is #cc66ff. Color #ca6aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01101010 11101101
Octal 312 152 355
Decimal 202 106 237
Hex CA 6A ED

RGB Percentages of Color #ca6aed

%37.06
%19.45
%43.49

CMYK Percentages of Color #ca6aed

%15
%55
%0
%7

Triadic Colors of #ca6aed

#ca6aed #edca6a #6aedca

Analogous Colors of #ca6aed

#ca6aed #ed6acf #896aed

Monochromatic Colors of #ca6aed

#ca6aed

Complementary Color

#ca6aed #8ded6a

#ca6aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca6aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca6aed Color CSS Codes

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

#ca6aed Text Font Color

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

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


#ca6aed Background Color

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

This div background color is #ca6aed


#ca6aed Border Color

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

This div border color is #ca6aed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,106,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 #ca6aed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca6aed


Comments

No comments written yet.

Please login to write comment.