Color Hex Logo

#ca7ecd Color Hex

#CA7ECD
(202,126,205)
0 Favorites   0 Comments

Color spaces of #ca7ecd

RGB 202126205
HSL0.830.440.65
HSV298°39°80°
CMYK 0.010.390.00   0.20
XYZ42.837431.886061.6544
Yxy31.88600.31410.2338
Hunter Lab56.467736.5948-25.2086
CIE-Lab63.248641.7639-28.8265

#ca7ecd color RGB value is (202,126,205).

#ca7ecd hex color red value is 202, green value is 126 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ca7ecd hue: 0.83 , saturation: 0.44 and the lightness value of ca7ecd is 0.65.

The process color (four color CMYK) of #ca7ecd color hex is 0.01, 0.39, 0.00, 0.20. Web safe color of #ca7ecd is #cc66cc. Color #ca7ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111110 11001101
Octal 312 176 315
Decimal 202 126 205
Hex CA 7E CD

RGB Percentages of Color #ca7ecd

%37.90
%23.64
%38.46

CMYK Percentages of Color #ca7ecd

%1
%39
%0
%20

Triadic Colors of #ca7ecd

#ca7ecd #cdca7e #7ecdca

Analogous Colors of #ca7ecd

#ca7ecd #cd7ea9 #a37ecd

Monochromatic Colors of #ca7ecd

#ca7ecd

Complementary Color

#ca7ecd #81cd7e

#ca7ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7ecd Color CSS Codes

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

#ca7ecd Text Font Color

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

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


#ca7ecd Background Color

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

This div background color is #ca7ecd


#ca7ecd Border Color

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

This div border color is #ca7ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7ecd


Comments

No comments written yet.

Please login to write comment.