Color Hex Logo

#c082da Color Hex

#C082DA
(192,130,218)
0 Favorites   0 Comments

Color spaces of #c082da

RGB 192130218
HSL0.780.540.68
HSV282°40°85°
CMYK 0.120.400.00   0.15
XYZ42.375732.233770.3179
Yxy32.23370.29240.2224
Hunter Lab56.774733.8736-33.6909
CIE-Lab63.535639.1445-35.7446

#c082da color RGB value is (192,130,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000010 11011010
Octal 300 202 332
Decimal 192 130 218
Hex C0 82 DA

RGB Percentages of Color #c082da

%35.56
%24.07
%40.37

CMYK Percentages of Color #c082da

%12
%40
%0
%15

Triadic Colors of #c082da

#c082da #dac082 #82dac0

Analogous Colors of #c082da

#c082da #da82c8 #9482da

Monochromatic Colors of #c082da

#c082da

Complementary Color

#c082da #9cda82

#c082da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c082da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c082da Color CSS Codes

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

#c082da Text Font Color

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

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


#c082da Background Color

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

This div background color is #c082da


#c082da Border Color

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

This div border color is #c082da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c082da


Comments

No comments written yet.

Please login to write comment.