Color Hex Logo

#c082ea Color Hex

#C082EA
(192,130,234)
0 Favorites   0 Comments

Color spaces of #c082ea

RGB 192130234
HSL0.770.710.71
HSV276°44°92°
CMYK 0.180.440.00   0.08
XYZ44.572133.112281.8840
Yxy33.11220.27930.2075
Hunter Lab57.543237.5628-44.0895
CIE-Lab64.251742.5464-43.5115

#c082ea color RGB value is (192,130,234).

#c082ea hex color red value is 192, green value is 130 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c082ea hue: 0.77 , saturation: 0.71 and the lightness value of c082ea is 0.71.

The process color (four color CMYK) of #c082ea color hex is 0.18, 0.44, 0.00, 0.08. Web safe color of #c082ea is #cc99ff. Color #c082ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000010 11101010
Octal 300 202 352
Decimal 192 130 234
Hex C0 82 EA

RGB Percentages of Color #c082ea

%34.53
%23.38
%42.09

CMYK Percentages of Color #c082ea

%18
%44
%0
%8

Triadic Colors of #c082ea

#c082ea #eac082 #82eac0

Analogous Colors of #c082ea

#c082ea #ea82e0 #8c82ea

Monochromatic Colors of #c082ea

#c082ea

Complementary Color

#c082ea #acea82

#c082ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c082ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c082ea Color CSS Codes

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

#c082ea Text Font Color

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

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


#c082ea Background Color

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

This div background color is #c082ea


#c082ea Border Color

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

This div border color is #c082ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c082ea


Comments

No comments written yet.

Please login to write comment.