Color Hex Logo

#ca7aed Color Hex

#CA7AED
(202,122,237)
0 Favorites   0 Comments

Color spaces of #ca7aed

RGB 202122237
HSL0.780.760.70
HSV282°49°93°
CMYK 0.150.490.00   0.07
XYZ46.602732.590083.9550
Yxy32.59000.28560.1998
Hunter Lab57.087745.8126-47.2325
CIE-Lab63.827550.1862-45.7633

#ca7aed color RGB value is (202,122,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111010 11101101
Octal 312 172 355
Decimal 202 122 237
Hex CA 7A ED

RGB Percentages of Color #ca7aed

%36.01
%21.75
%42.25

CMYK Percentages of Color #ca7aed

%15
%49
%0
%7

Triadic Colors of #ca7aed

#ca7aed #edca7a #7aedca

Analogous Colors of #ca7aed

#ca7aed #ed7ad7 #917aed

Monochromatic Colors of #ca7aed

#ca7aed

Complementary Color

#ca7aed #9ded7a

#ca7aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7aed Color CSS Codes

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

#ca7aed Text Font Color

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

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


#ca7aed Background Color

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

This div background color is #ca7aed


#ca7aed Border Color

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

This div border color is #ca7aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7aed


Comments

No comments written yet.

Please login to write comment.