Color Hex Logo

#ca7ecc Color Hex

#CA7ECC
(202,126,204)
0 Favorites   0 Comments

Color spaces of #ca7ecc

RGB 202126204
HSL0.830.430.65
HSV298°38°80°
CMYK 0.010.380.00   0.20
XYZ42.717131.837961.0206
Yxy31.83790.31510.2348
Hunter Lab56.425136.3911-24.6213
CIE-Lab63.208741.5765-28.3263

#ca7ecc color RGB value is (202,126,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111110 11001100
Octal 312 176 314
Decimal 202 126 204
Hex CA 7E CC

RGB Percentages of Color #ca7ecc

%37.97
%23.68
%38.35

CMYK Percentages of Color #ca7ecc

%1
%38
%0
%20

Triadic Colors of #ca7ecc

#ca7ecc #ccca7e #7eccca

Analogous Colors of #ca7ecc

#ca7ecc #cc7ea7 #a37ecc

Monochromatic Colors of #ca7ecc

#ca7ecc

Complementary Color

#ca7ecc #80cc7e

#ca7ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7ecc Color CSS Codes

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

#ca7ecc Text Font Color

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

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


#ca7ecc Background Color

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

This div background color is #ca7ecc


#ca7ecc Border Color

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

This div border color is #ca7ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7ecc


Comments

No comments written yet.

Please login to write comment.