Color Hex Logo

#c082ec Color Hex

#C082EC
(192,130,236)
0 Favorites   0 Comments

Color spaces of #c082ec

RGB 192130236
HSL0.760.740.72
HSV275°45°93°
CMYK 0.190.450.00   0.07
XYZ44.861233.227983.4061
Yxy33.22790.27780.2058
Hunter Lab57.643638.0413-45.4377
CIE-Lab64.345042.9821-44.4705

#c082ec color RGB value is (192,130,236).

#c082ec hex color red value is 192, green value is 130 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c082ec hue: 0.76 , saturation: 0.74 and the lightness value of c082ec is 0.72.

The process color (four color CMYK) of #c082ec color hex is 0.19, 0.45, 0.00, 0.07. Web safe color of #c082ec is #cc99ff. Color #c082ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000010 11101100
Octal 300 202 354
Decimal 192 130 236
Hex C0 82 EC

RGB Percentages of Color #c082ec

%34.41
%23.30
%42.29

CMYK Percentages of Color #c082ec

%19
%45
%0
%7

Triadic Colors of #c082ec

#c082ec #ecc082 #82ecc0

Analogous Colors of #c082ec

#c082ec #ec82e3 #8b82ec

Monochromatic Colors of #c082ec

#c082ec

Complementary Color

#c082ec #aeec82

#c082ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c082ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c082ec Color CSS Codes

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

#c082ec Text Font Color

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

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


#c082ec Background Color

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

This div background color is #c082ec


#c082ec Border Color

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

This div border color is #c082ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c082ec


Comments

No comments written yet.

Please login to write comment.