Color Hex Logo

#cd82eb Color Hex

#CD82EB
(205,130,235)
0 Favorites   0 Comments

Color spaces of #cd82eb

RGB 205130235
HSL0.790.720.72
HSV283°45°92°
CMYK 0.130.450.00   0.08
XYZ48.154934.942682.8038
Yxy34.94260.29030.2106
Hunter Lab59.112341.9658-41.6742
CIE-Lab65.704046.4279-41.6860

#cd82eb color RGB value is (205,130,235).

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

The process color (four color CMYK) of #cd82eb color hex is 0.13, 0.45, 0.00, 0.08. Web safe color of #cd82eb is #cc99ff. Color #cd82eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10000010 11101011
Octal 315 202 353
Decimal 205 130 235
Hex CD 82 EB

RGB Percentages of Color #cd82eb

%35.96
%22.81
%41.23

CMYK Percentages of Color #cd82eb

%13
%45
%0
%8

Triadic Colors of #cd82eb

#cd82eb #ebcd82 #82ebcd

Analogous Colors of #cd82eb

#cd82eb #eb82d5 #9982eb

Monochromatic Colors of #cd82eb

#cd82eb

Complementary Color

#cd82eb #a0eb82

#cd82eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd82eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd82eb Color CSS Codes

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

#cd82eb Text Font Color

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

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


#cd82eb Background Color

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

This div background color is #cd82eb


#cd82eb Border Color

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

This div border color is #cd82eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd82eb


Comments

No comments written yet.

Please login to write comment.