Color Hex Logo

#c082dc Color Hex

#C082DC
(192,130,220)
0 Favorites   0 Comments

Color spaces of #c082dc

RGB 192130220
HSL0.780.560.69
HSV281°41°86°
CMYK 0.130.410.00   0.14
XYZ42.639132.339071.7049
Yxy32.33900.29070.2205
Hunter Lab56.867434.3212-34.9524
CIE-Lab63.622139.5614-36.7247

#c082dc color RGB value is (192,130,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000010 11011100
Octal 300 202 334
Decimal 192 130 220
Hex C0 82 DC

RGB Percentages of Color #c082dc

%35.42
%23.99
%40.59

CMYK Percentages of Color #c082dc

%13
%41
%0
%14

Triadic Colors of #c082dc

#c082dc #dcc082 #82dcc0

Analogous Colors of #c082dc

#c082dc #dc82cb #9382dc

Monochromatic Colors of #c082dc

#c082dc

Complementary Color

#c082dc #9edc82

#c082dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c082dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c082dc Color CSS Codes

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

#c082dc Text Font Color

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

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


#c082dc Background Color

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

This div background color is #c082dc


#c082dc Border Color

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

This div border color is #c082dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c082dc


Comments

No comments written yet.

Please login to write comment.