Color Hex Logo

#ca7eee Color Hex

#CA7EEE
(202,126,238)
0 Favorites   0 Comments

Color spaces of #ca7eee

RGB 202126238
HSL0.780.770.71
HSV281°47°93°
CMYK 0.150.470.00   0.07
XYZ47.250633.651384.8939
Yxy33.65130.28500.2030
Hunter Lab58.009743.8763-46.1607
CIE-Lab64.684848.3097-44.9663

#ca7eee color RGB value is (202,126,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111110 11101110
Octal 312 176 356
Decimal 202 126 238
Hex CA 7E EE

RGB Percentages of Color #ca7eee

%35.69
%22.26
%42.05

CMYK Percentages of Color #ca7eee

%15
%47
%0
%7

Triadic Colors of #ca7eee

#ca7eee #eeca7e #7eeeca

Analogous Colors of #ca7eee

#ca7eee #ee7eda #927eee

Monochromatic Colors of #ca7eee

#ca7eee

Complementary Color

#ca7eee #a2ee7e

#ca7eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7eee Color CSS Codes

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

#ca7eee Text Font Color

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

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


#ca7eee Background Color

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

This div background color is #ca7eee


#ca7eee Border Color

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

This div border color is #ca7eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7eee


Comments

No comments written yet.

Please login to write comment.