Color Hex Logo

#ca4ccd Color Hex

#CA4CCD
(202,76,205)
0 Favorites   0 Comments

Color spaces of #ca4ccd

RGB 20276205
HSL0.830.560.55
HSV299°63°80°
CMYK 0.010.630.00   0.20
XYZ37.961022.133260.0290
Yxy22.13320.31600.1843
Hunter Lab47.045961.6999-42.7199
CIE-Lab54.168065.7679-43.0155

#ca4ccd color RGB value is (202,76,205).

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

The process color (four color CMYK) of #ca4ccd color hex is 0.01, 0.63, 0.00, 0.20. Web safe color of #ca4ccd is #cc33cc. Color #ca4ccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01001100 11001101
Octal 312 114 315
Decimal 202 76 205
Hex CA 4C CD

RGB Percentages of Color #ca4ccd

%41.82
%15.73
%42.44

CMYK Percentages of Color #ca4ccd

%1
%63
%0
%20

Triadic Colors of #ca4ccd

#ca4ccd #cdca4c #4ccdca

Analogous Colors of #ca4ccd

#ca4ccd #cd4c90 #8a4ccd

Monochromatic Colors of #ca4ccd

#ca4ccd

Complementary Color

#ca4ccd #4fcd4c

#ca4ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca4ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca4ccd Color CSS Codes

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

#ca4ccd Text Font Color

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

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


#ca4ccd Background Color

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

This div background color is #ca4ccd


#ca4ccd Border Color

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

This div border color is #ca4ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca4ccd


Comments

No comments written yet.

Please login to write comment.