Color Hex Logo

#cc62ee Color Hex

#CC62EE
(204,98,238)
0 Favorites   0 Comments

Color spaces of #cc62ee

RGB 20498238
HSL0.790.800.66
HSV285°59°93°
CMYK 0.140.590.00   0.07
XYZ44.702127.745883.8883
Yxy27.74580.28590.1775
Hunter Lab52.674359.3043-57.5524
CIE-Lab59.658462.7223-52.9029

#cc62ee color RGB value is (204,98,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100010 11101110
Octal 314 142 356
Decimal 204 98 238
Hex CC 62 EE

RGB Percentages of Color #cc62ee

%37.78
%18.15
%44.07

CMYK Percentages of Color #cc62ee

%14
%59
%0
%7

Triadic Colors of #cc62ee

#cc62ee #eecc62 #62eecc

Analogous Colors of #cc62ee

#cc62ee #ee62ca #8662ee

Monochromatic Colors of #cc62ee

#cc62ee

Complementary Color

#cc62ee #84ee62

#cc62ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc62ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc62ee Color CSS Codes

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

#cc62ee Text Font Color

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

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


#cc62ee Background Color

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

This div background color is #cc62ee


#cc62ee Border Color

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

This div border color is #cc62ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc62ee


Comments

No comments written yet.

Please login to write comment.