Color Hex Logo

#cd82da Color Hex

#CD82DA
(205,130,218)
0 Favorites   0 Comments

Color spaces of #cd82da

RGB 205130218
HSL0.810.540.68
HSV291°40°85°
CMYK 0.060.400.00   0.15
XYZ45.814434.006470.4789
Yxy34.00640.30480.2263
Hunter Lab58.315038.1849-30.8368
CIE-Lab64.967743.0362-33.4073

#cd82da color RGB value is (205,130,218).

#cd82da hex color red value is 205, green value is 130 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cd82da hue: 0.81 , saturation: 0.54 and the lightness value of cd82da is 0.68.

The process color (four color CMYK) of #cd82da color hex is 0.06, 0.40, 0.00, 0.15. Web safe color of #cd82da is #cc99cc. Color #cd82da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10000010 11011010
Octal 315 202 332
Decimal 205 130 218
Hex CD 82 DA

RGB Percentages of Color #cd82da

%37.07
%23.51
%39.42

CMYK Percentages of Color #cd82da

%6
%40
%0
%15

Triadic Colors of #cd82da

#cd82da #dacd82 #82dacd

Analogous Colors of #cd82da

#cd82da #da82bb #a182da

Monochromatic Colors of #cd82da

#cd82da

Complementary Color

#cd82da #8fda82

#cd82da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd82da Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd82da Color CSS Codes

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

#cd82da Text Font Color

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

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


#cd82da Background Color

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

This div background color is #cd82da


#cd82da Border Color

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

This div border color is #cd82da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd82da


Comments

No comments written yet.

Please login to write comment.