Color Hex Logo

#cc83ec Color Hex

#CC83EC
(204,131,236)
0 Favorites   0 Comments

Color spaces of #cc83ec

RGB 204131236
HSL0.780.730.72
HSV282°44°93°
CMYK 0.140.440.00   0.07
XYZ48.158535.126183.5987
Yxy35.12610.28860.2105
Hunter Lab59.267341.3251-42.1437
CIE-Lab65.846745.8224-42.0221

#cc83ec color RGB value is (204,131,236).

#cc83ec hex color red value is 204, green value is 131 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cc83ec hue: 0.78 , saturation: 0.73 and the lightness value of cc83ec is 0.72.

The process color (four color CMYK) of #cc83ec color hex is 0.14, 0.44, 0.00, 0.07. Web safe color of #cc83ec is #cc99ff. Color #cc83ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000011 11101100
Octal 314 203 354
Decimal 204 131 236
Hex CC 83 EC

RGB Percentages of Color #cc83ec

%35.73
%22.94
%41.33

CMYK Percentages of Color #cc83ec

%14
%44
%0
%7

Triadic Colors of #cc83ec

#cc83ec #eccc83 #83eccc

Analogous Colors of #cc83ec

#cc83ec #ec83d8 #9883ec

Monochromatic Colors of #cc83ec

#cc83ec

Complementary Color

#cc83ec #a3ec83

#cc83ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc83ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc83ec Color CSS Codes

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

#cc83ec Text Font Color

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

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


#cc83ec Background Color

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

This div background color is #cc83ec


#cc83ec Border Color

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

This div border color is #cc83ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc83ec


Comments

No comments written yet.

Please login to write comment.