Color Hex Logo

#c982ef Color Hex

#C982EF
(201,130,239)
0 Favorites   0 Comments

Color spaces of #c982ef

RGB 201130239
HSL0.780.770.72
HSV279°46°94°
CMYK 0.160.460.00   0.06
XYZ47.650034.614885.8312
Yxy34.61480.28350.2059
Hunter Lab58.834341.6072-45.3119
CIE-Lab65.447746.1346-44.3261

#c982ef color RGB value is (201,130,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000010 11101111
Octal 311 202 357
Decimal 201 130 239
Hex C9 82 EF

RGB Percentages of Color #c982ef

%35.26
%22.81
%41.93

CMYK Percentages of Color #c982ef

%16
%46
%0
%6

Triadic Colors of #c982ef

#c982ef #efc982 #82efc9

Analogous Colors of #c982ef

#c982ef #ef82df #9382ef

Monochromatic Colors of #c982ef

#c982ef

Complementary Color

#c982ef #a8ef82

#c982ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c982ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c982ef Color CSS Codes

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

#c982ef Text Font Color

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

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


#c982ef Background Color

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

This div background color is #c982ef


#c982ef Border Color

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

This div border color is #c982ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c982ef


Comments

No comments written yet.

Please login to write comment.