Color Hex Logo

#c082ef Color Hex

#C082EF
(192,130,239)
0 Favorites   0 Comments

Color spaces of #c082ef

RGB 192130239
HSL0.760.770.72
HSV274°46°94°
CMYK 0.200.460.00   0.06
XYZ45.300833.403785.7213
Yxy33.40370.27550.2032
Hunter Lab57.795938.7665-47.4801
CIE-Lab64.486543.6398-45.9044

#c082ef color RGB value is (192,130,239).

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

The process color (four color CMYK) of #c082ef color hex is 0.20, 0.46, 0.00, 0.06. Web safe color of #c082ef is #cc99ff. Color #c082ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000010 11101111
Octal 300 202 357
Decimal 192 130 239
Hex C0 82 EF

RGB Percentages of Color #c082ef

%34.22
%23.17
%42.60

CMYK Percentages of Color #c082ef

%20
%46
%0
%6

Triadic Colors of #c082ef

#c082ef #efc082 #82efc0

Analogous Colors of #c082ef

#c082ef #ef82e8 #8a82ef

Monochromatic Colors of #c082ef

#c082ef

Complementary Color

#c082ef #b1ef82

#c082ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c082ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c082ef Color CSS Codes

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

#c082ef Text Font Color

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

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


#c082ef Background Color

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

This div background color is #c082ef


#c082ef Border Color

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

This div border color is #c082ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c082ef


Comments

No comments written yet.

Please login to write comment.