Color Hex Logo

#c972eb Color Hex

#C972EB
(201,114,235)
0 Favorites   0 Comments

Color spaces of #c972eb

RGB 201114235
HSL0.790.750.68
HSV283°51°92°
CMYK 0.140.510.00   0.08
XYZ45.100130.450382.0977
Yxy30.45030.28610.1932
Hunter Lab55.181849.3200-49.5825
CIE-Lab62.040853.6038-47.4813

#c972eb color RGB value is (201,114,235).

#c972eb hex color red value is 201, green value is 114 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c972eb hue: 0.79 , saturation: 0.75 and the lightness value of c972eb is 0.68.

The process color (four color CMYK) of #c972eb color hex is 0.14, 0.51, 0.00, 0.08. Web safe color of #c972eb is #cc66ff. Color #c972eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110010 11101011
Octal 311 162 353
Decimal 201 114 235
Hex C9 72 EB

RGB Percentages of Color #c972eb

%36.55
%20.73
%42.73

CMYK Percentages of Color #c972eb

%14
%51
%0
%8

Triadic Colors of #c972eb

#c972eb #ebc972 #72ebc9

Analogous Colors of #c972eb

#c972eb #eb72d1 #8d72eb

Monochromatic Colors of #c972eb

#c972eb

Complementary Color

#c972eb #94eb72

#c972eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c972eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c972eb Color CSS Codes

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

#c972eb Text Font Color

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

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


#c972eb Background Color

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

This div background color is #c972eb


#c972eb Border Color

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

This div border color is #c972eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,114,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c972eb


Comments

No comments written yet.

Please login to write comment.