Color Hex Logo

#cca3df Color Hex

#CCA3DF
(204,163,223)
0 Favorites   0 Comments

Color spaces of #cca3df

RGB 204163223
HSL0.780.480.76
HSV281°27°87°
CMYK 0.090.270.00   0.13
XYZ51.318344.359575.6695
Yxy44.35950.29950.2589
Hunter Lab66.602920.9811-20.7390
CIE-Lab72.468125.8158-24.6224

#cca3df color RGB value is (204,163,223).

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

The process color (four color CMYK) of #cca3df color hex is 0.09, 0.27, 0.00, 0.13. Web safe color of #cca3df is #cc99cc. Color #cca3df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100011 11011111
Octal 314 243 337
Decimal 204 163 223
Hex CC A3 DF

RGB Percentages of Color #cca3df

%34.58
%27.63
%37.80

CMYK Percentages of Color #cca3df

%9
%27
%0
%13

Triadic Colors of #cca3df

#cca3df #dfcca3 #a3dfcc

Analogous Colors of #cca3df

#cca3df #dfa3d4 #aea3df

Monochromatic Colors of #cca3df

#cca3df

Complementary Color

#cca3df #b6dfa3

#cca3df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca3df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca3df Color CSS Codes

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

#cca3df Text Font Color

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

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


#cca3df Background Color

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

This div background color is #cca3df


#cca3df Border Color

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

This div border color is #cca3df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca3df


Comments

No comments written yet.

Please login to write comment.