Color Hex Logo

#c082dd Color Hex

#C082DD
(192,130,221)
0 Favorites   0 Comments

Color spaces of #c082dd

RGB 192130221
HSL0.780.570.69
HSV281°41°87°
CMYK 0.130.410.00   0.13
XYZ42.772032.392272.4046
Yxy32.39220.28980.2195
Hunter Lab56.914134.5462-35.5872
CIE-Lab63.665739.7705-37.2136

#c082dd color RGB value is (192,130,221).

#c082dd hex color red value is 192, green value is 130 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c082dd hue: 0.78 , saturation: 0.57 and the lightness value of c082dd is 0.69.

The process color (four color CMYK) of #c082dd color hex is 0.13, 0.41, 0.00, 0.13. Web safe color of #c082dd is #cc99cc. Color #c082dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000010 11011101
Octal 300 202 335
Decimal 192 130 221
Hex C0 82 DD

RGB Percentages of Color #c082dd

%35.36
%23.94
%40.70

CMYK Percentages of Color #c082dd

%13
%41
%0
%13

Triadic Colors of #c082dd

#c082dd #ddc082 #82ddc0

Analogous Colors of #c082dd

#c082dd #dd82cd #9382dd

Monochromatic Colors of #c082dd

#c082dd

Complementary Color

#c082dd #9fdd82

#c082dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c082dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c082dd Color CSS Codes

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

#c082dd Text Font Color

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

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


#c082dd Background Color

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

This div background color is #c082dd


#c082dd Border Color

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

This div border color is #c082dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c082dd


Comments

No comments written yet.

Please login to write comment.