Color Hex Logo

#cca7de Color Hex

#CCA7DE
(204,167,222)
0 Favorites   0 Comments

Color spaces of #cca7de

RGB 204167222
HSL0.780.450.76
HSV280°25°87°
CMYK 0.080.250.00   0.13
XYZ51.905445.748775.2019
Yxy45.74870.30030.2647
Hunter Lab67.637818.6152-18.5741
CIE-Lab73.382223.4227-22.6809

#cca7de color RGB value is (204,167,222).

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

The process color (four color CMYK) of #cca7de color hex is 0.08, 0.25, 0.00, 0.13. Web safe color of #cca7de is #cc99cc. Color #cca7de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100111 11011110
Octal 314 247 336
Decimal 204 167 222
Hex CC A7 DE

RGB Percentages of Color #cca7de

%34.40
%28.16
%37.44

CMYK Percentages of Color #cca7de

%8
%25
%0
%13

Triadic Colors of #cca7de

#cca7de #decca7 #a7decc

Analogous Colors of #cca7de

#cca7de #dea7d5 #b1a7de

Monochromatic Colors of #cca7de

#cca7de

Complementary Color

#cca7de #b9dea7

#cca7de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca7de Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca7de Color CSS Codes

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

#cca7de Text Font Color

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

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


#cca7de Background Color

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

This div background color is #cca7de


#cca7de Border Color

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

This div border color is #cca7de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca7de


Comments

No comments written yet.

Please login to write comment.