Color Hex Logo

#cd70eb Color Hex

#CD70EB
(205,112,235)
0 Favorites   0 Comments

Color spaces of #cd70eb

RGB 205112235
HSL0.790.750.68
HSV285°52°92°
CMYK 0.130.520.00   0.08
XYZ45.966430.565682.0743
Yxy30.56560.28980.1927
Hunter Lab55.286251.6589-49.3178
CIE-Lab62.139255.6609-47.2944

#cd70eb color RGB value is (205,112,235).

#cd70eb hex color red value is 205, green value is 112 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cd70eb hue: 0.79 , saturation: 0.75 and the lightness value of cd70eb is 0.68.

The process color (four color CMYK) of #cd70eb color hex is 0.13, 0.52, 0.00, 0.08. Web safe color of #cd70eb is #cc66ff. Color #cd70eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110000 11101011
Octal 315 160 353
Decimal 205 112 235
Hex CD 70 EB

RGB Percentages of Color #cd70eb

%37.14
%20.29
%42.57

CMYK Percentages of Color #cd70eb

%13
%52
%0
%8

Triadic Colors of #cd70eb

#cd70eb #ebcd70 #70ebcd

Analogous Colors of #cd70eb

#cd70eb #eb70cc #9070eb

Monochromatic Colors of #cd70eb

#cd70eb

Complementary Color

#cd70eb #8eeb70

#cd70eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd70eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd70eb Color CSS Codes

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

#cd70eb Text Font Color

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

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


#cd70eb Background Color

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

This div background color is #cd70eb


#cd70eb Border Color

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

This div border color is #cd70eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd70eb


Comments

No comments written yet.

Please login to write comment.