Color Hex Logo

#cd62ea Color Hex

#CD62EA
(205,98,234)
0 Favorites   0 Comments

Color spaces of #cd62ea

RGB 20598234
HSL0.800.760.65
HSV287°58°92°
CMYK 0.120.580.00   0.08
XYZ44.395827.655080.8399
Yxy27.65500.29040.1809
Hunter Lab52.588058.6640-54.3308
CIE-Lab59.575862.1883-50.7970

#cd62ea color RGB value is (205,98,234).

#cd62ea hex color red value is 205, green value is 98 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cd62ea hue: 0.80 , saturation: 0.76 and the lightness value of cd62ea is 0.65.

The process color (four color CMYK) of #cd62ea color hex is 0.12, 0.58, 0.00, 0.08. Web safe color of #cd62ea is #cc66ff. Color #cd62ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01100010 11101010
Octal 315 142 352
Decimal 205 98 234
Hex CD 62 EA

RGB Percentages of Color #cd62ea

%38.18
%18.25
%43.58

CMYK Percentages of Color #cd62ea

%12
%58
%0
%8

Triadic Colors of #cd62ea

#cd62ea #eacd62 #62eacd

Analogous Colors of #cd62ea

#cd62ea #ea62c3 #8962ea

Monochromatic Colors of #cd62ea

#cd62ea

Complementary Color

#cd62ea #7fea62

#cd62ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd62ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd62ea Color CSS Codes

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

#cd62ea Text Font Color

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

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


#cd62ea Background Color

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

This div background color is #cd62ea


#cd62ea Border Color

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

This div border color is #cd62ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,98,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd62ea


Comments

No comments written yet.

Please login to write comment.