Color Hex Logo

#ca4ecc Color Hex

#CA4ECC
(202,78,204)
0 Favorites   0 Comments

Color spaces of #ca4ecc

RGB 20278204
HSL0.830.550.55
HSV299°62°80°
CMYK 0.010.620.00   0.20
XYZ37.980622.365059.4418
Yxy22.36500.31710.1867
Hunter Lab47.291660.5955-41.4186
CIE-Lab54.412264.7791-42.0582

#ca4ecc color RGB value is (202,78,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01001110 11001100
Octal 312 116 314
Decimal 202 78 204
Hex CA 4E CC

RGB Percentages of Color #ca4ecc

%41.74
%16.12
%42.15

CMYK Percentages of Color #ca4ecc

%1
%62
%0
%20

Triadic Colors of #ca4ecc

#ca4ecc #ccca4e #4eccca

Analogous Colors of #ca4ecc

#ca4ecc #cc4e8f #8b4ecc

Monochromatic Colors of #ca4ecc

#ca4ecc

Complementary Color

#ca4ecc #50cc4e

#ca4ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca4ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca4ecc Color CSS Codes

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

#ca4ecc Text Font Color

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

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


#ca4ecc Background Color

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

This div background color is #ca4ecc


#ca4ecc Border Color

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

This div border color is #ca4ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca4ecc


Comments

No comments written yet.

Please login to write comment.