Color Hex Logo

#ca7aee Color Hex

#CA7AEE
(202,122,238)
0 Favorites   0 Comments

Color spaces of #ca7aee

RGB 202122238
HSL0.780.770.71
HSV281°49°93°
CMYK 0.150.490.00   0.07
XYZ46.749332.648784.7268
Yxy32.64870.28480.1989
Hunter Lab57.139046.0496-47.9190
CIE-Lab63.875450.3927-46.2410

#ca7aee color RGB value is (202,122,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111010 11101110
Octal 312 172 356
Decimal 202 122 238
Hex CA 7A EE

RGB Percentages of Color #ca7aee

%35.94
%21.71
%42.35

CMYK Percentages of Color #ca7aee

%15
%49
%0
%7

Triadic Colors of #ca7aee

#ca7aee #eeca7a #7aeeca

Analogous Colors of #ca7aee

#ca7aee #ee7ad8 #907aee

Monochromatic Colors of #ca7aee

#ca7aee

Complementary Color

#ca7aee #9eee7a

#ca7aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7aee Color CSS Codes

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

#ca7aee Text Font Color

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

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


#ca7aee Background Color

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

This div background color is #ca7aee


#ca7aee Border Color

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

This div border color is #ca7aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7aee


Comments

No comments written yet.

Please login to write comment.