Color Hex Logo

#cd50eb Color Hex

#CD50EB
(205,80,235)
0 Favorites   0 Comments

Color spaces of #cd50eb

RGB 20580235
HSL0.800.790.62
HSV288°66°92°
CMYK 0.130.660.00   0.08
XYZ43.040924.714681.0992
Yxy24.71460.28910.1660
Hunter Lab49.713867.5415-61.9215
CIE-Lab56.796370.1815-55.7826

#cd50eb color RGB value is (205,80,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01010000 11101011
Octal 315 120 353
Decimal 205 80 235
Hex CD 50 EB

RGB Percentages of Color #cd50eb

%39.42
%15.38
%45.19

CMYK Percentages of Color #cd50eb

%13
%66
%0
%8

Triadic Colors of #cd50eb

#cd50eb #ebcd50 #50ebcd

Analogous Colors of #cd50eb

#cd50eb #eb50bc #8050eb

Monochromatic Colors of #cd50eb

#cd50eb

Complementary Color

#cd50eb #6eeb50

#cd50eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd50eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd50eb Color CSS Codes

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

#cd50eb Text Font Color

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

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


#cd50eb Background Color

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

This div background color is #cd50eb


#cd50eb Border Color

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

This div border color is #cd50eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd50eb


Comments

No comments written yet.

Please login to write comment.