Color Hex Logo

#c972ef Color Hex

#C972EF
(201,114,239)
0 Favorites   0 Comments

Color spaces of #c972ef

RGB 201114239
HSL0.780.800.69
HSV282°52°94°
CMYK 0.160.520.00   0.06
XYZ45.684730.684185.1761
Yxy30.68410.28280.1899
Hunter Lab55.393250.2769-52.3928
CIE-Lab62.240054.4228-49.3852

#c972ef color RGB value is (201,114,239).

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

The process color (four color CMYK) of #c972ef color hex is 0.16, 0.52, 0.00, 0.06. Web safe color of #c972ef is #cc66ff. Color #c972ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110010 11101111
Octal 311 162 357
Decimal 201 114 239
Hex C9 72 EF

RGB Percentages of Color #c972ef

%36.28
%20.58
%43.14

CMYK Percentages of Color #c972ef

%16
%52
%0
%6

Triadic Colors of #c972ef

#c972ef #efc972 #72efc9

Analogous Colors of #c972ef

#c972ef #ef72d7 #8b72ef

Monochromatic Colors of #c972ef

#c972ef

Complementary Color

#c972ef #98ef72

#c972ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c972ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c972ef Color CSS Codes

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

#c972ef Text Font Color

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

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


#c972ef Background Color

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

This div background color is #c972ef


#c972ef Border Color

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

This div border color is #c972ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c972ef


Comments

No comments written yet.

Please login to write comment.