Color Hex Logo

#cc50ee Color Hex

#CC50EE
(204,80,238)
0 Favorites   0 Comments

Color spaces of #cc50ee

RGB 20480238
HSL0.800.820.62
HSV287°66°93°
CMYK 0.140.660.00   0.07
XYZ43.203124.747783.3887
Yxy24.74770.28550.1635
Hunter Lab49.747167.9619-64.5621
CIE-Lab56.828870.5232-57.4169

#cc50ee color RGB value is (204,80,238).

#cc50ee hex color red value is 204, green value is 80 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cc50ee hue: 0.80 , saturation: 0.82 and the lightness value of cc50ee is 0.62.

The process color (four color CMYK) of #cc50ee color hex is 0.14, 0.66, 0.00, 0.07. Web safe color of #cc50ee is #cc66ff. Color #cc50ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010000 11101110
Octal 314 120 356
Decimal 204 80 238
Hex CC 50 EE

RGB Percentages of Color #cc50ee

%39.08
%15.33
%45.59

CMYK Percentages of Color #cc50ee

%14
%66
%0
%7

Triadic Colors of #cc50ee

#cc50ee #eecc50 #50eecc

Analogous Colors of #cc50ee

#cc50ee #ee50c1 #7d50ee

Monochromatic Colors of #cc50ee

#cc50ee

Complementary Color

#cc50ee #72ee50

#cc50ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc50ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc50ee Color CSS Codes

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

#cc50ee Text Font Color

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

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


#cc50ee Background Color

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

This div background color is #cc50ee


#cc50ee Border Color

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

This div border color is #cc50ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc50ee


Comments

No comments written yet.

Please login to write comment.