Color Hex Logo

#cca3ea Color Hex

#CCA3EA
(204,163,234)
0 Favorites   0 Comments

Color spaces of #cca3ea

RGB 204163234
HSL0.760.630.78
HSV275°30°92°
CMYK 0.130.300.00   0.08
XYZ52.850344.972383.7369
Yxy44.97230.29110.2477
Hunter Lab67.061423.3163-27.0901
CIE-Lab72.873728.0797-30.0076

#cca3ea color RGB value is (204,163,234).

#cca3ea hex color red value is 204, green value is 163 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cca3ea hue: 0.76 , saturation: 0.63 and the lightness value of cca3ea is 0.78.

The process color (four color CMYK) of #cca3ea color hex is 0.13, 0.30, 0.00, 0.08. Web safe color of #cca3ea is #cc99ff. Color #cca3ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100011 11101010
Octal 314 243 352
Decimal 204 163 234
Hex CC A3 EA

RGB Percentages of Color #cca3ea

%33.94
%27.12
%38.94

CMYK Percentages of Color #cca3ea

%13
%30
%0
%8

Triadic Colors of #cca3ea

#cca3ea #eacca3 #a3eacc

Analogous Colors of #cca3ea

#cca3ea #eaa3e5 #a9a3ea

Monochromatic Colors of #cca3ea

#cca3ea

Complementary Color

#cca3ea #c1eaa3

#cca3ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca3ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca3ea Color CSS Codes

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

#cca3ea Text Font Color

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

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


#cca3ea Background Color

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

This div background color is #cca3ea


#cca3ea Border Color

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

This div border color is #cca3ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca3ea


Comments

No comments written yet.

Please login to write comment.