Color Hex Logo

#cd82ed Color Hex

#CD82ED
(205,130,237)
0 Favorites   0 Comments

Color spaces of #cd82ed

RGB 205130237
HSL0.780.750.72
HSV282°45°93°
CMYK 0.140.450.00   0.07
XYZ48.445535.058884.3344
Yxy35.05880.28860.2089
Hunter Lab59.210542.4288-43.0003
CIE-Lab65.794446.8381-42.6480

#cd82ed color RGB value is (205,130,237).

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

The process color (four color CMYK) of #cd82ed color hex is 0.14, 0.45, 0.00, 0.07. Web safe color of #cd82ed is #cc99ff. Color #cd82ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10000010 11101101
Octal 315 202 355
Decimal 205 130 237
Hex CD 82 ED

RGB Percentages of Color #cd82ed

%35.84
%22.73
%41.43

CMYK Percentages of Color #cd82ed

%14
%45
%0
%7

Triadic Colors of #cd82ed

#cd82ed #edcd82 #82edcd

Analogous Colors of #cd82ed

#cd82ed #ed82d8 #9882ed

Monochromatic Colors of #cd82ed

#cd82ed

Complementary Color

#cd82ed #a2ed82

#cd82ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd82ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd82ed Color CSS Codes

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

#cd82ed Text Font Color

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

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


#cd82ed Background Color

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

This div background color is #cd82ed


#cd82ed Border Color

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

This div border color is #cd82ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd82ed


Comments

No comments written yet.

Please login to write comment.