Color Hex Logo

#cc83de Color Hex

#CC83DE
(204,131,222)
0 Favorites   0 Comments

Color spaces of #cc83de

RGB 204131222
HSL0.800.580.69
HSV288°41°87°
CMYK 0.080.410.00   0.13
XYZ46.203034.343973.3011
Yxy34.34390.30030.2232
Hunter Lab58.603738.1726-33.1370
CIE-Lab65.234642.9908-35.2261

#cc83de color RGB value is (204,131,222).

#cc83de hex color red value is 204, green value is 131 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #cc83de hue: 0.80 , saturation: 0.58 and the lightness value of cc83de is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000011 11011110
Octal 314 203 336
Decimal 204 131 222
Hex CC 83 DE

RGB Percentages of Color #cc83de

%36.62
%23.52
%39.86

CMYK Percentages of Color #cc83de

%8
%41
%0
%13

Triadic Colors of #cc83de

#cc83de #decc83 #83decc

Analogous Colors of #cc83de

#cc83de #de83c3 #9f83de

Monochromatic Colors of #cc83de

#cc83de

Complementary Color

#cc83de #95de83

#cc83de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc83de Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc83de Color CSS Codes

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

#cc83de Text Font Color

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

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


#cc83de Background Color

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

This div background color is #cc83de


#cc83de Border Color

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

This div border color is #cc83de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc83de


Comments

No comments written yet.

Please login to write comment.