Color Hex Logo

#ca7edd Color Hex

#CA7EDD
(202,126,221)
0 Favorites   0 Comments

Color spaces of #ca7edd

RGB 202126221
HSL0.800.580.68
HSV288°43°87°
CMYK 0.090.430.00   0.13
XYZ44.869132.698772.3532
Yxy32.69870.29930.2181
Hunter Lab57.182839.9921-34.9915
CIE-Lab63.916244.8533-36.7404

#ca7edd color RGB value is (202,126,221).

#ca7edd hex color red value is 202, green value is 126 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ca7edd hue: 0.80 , saturation: 0.58 and the lightness value of ca7edd is 0.68.

The process color (four color CMYK) of #ca7edd color hex is 0.09, 0.43, 0.00, 0.13. Web safe color of #ca7edd is #cc66cc. Color #ca7edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111110 11011101
Octal 312 176 335
Decimal 202 126 221
Hex CA 7E DD

RGB Percentages of Color #ca7edd

%36.79
%22.95
%40.26

CMYK Percentages of Color #ca7edd

%9
%43
%0
%13

Triadic Colors of #ca7edd

#ca7edd #ddca7e #7eddca

Analogous Colors of #ca7edd

#ca7edd #dd7ec1 #9b7edd

Monochromatic Colors of #ca7edd

#ca7edd

Complementary Color

#ca7edd #91dd7e

#ca7edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7edd Color CSS Codes

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

#ca7edd Text Font Color

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

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


#ca7edd Background Color

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

This div background color is #ca7edd


#ca7edd Border Color

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

This div border color is #ca7edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7edd


Comments

No comments written yet.

Please login to write comment.