Color Hex Logo

#c974eb Color Hex

#C974EB
(201,116,235)
0 Favorites   0 Comments

Color spaces of #c974eb

RGB 201116235
HSL0.790.750.69
HSV283°51°92°
CMYK 0.140.510.00   0.08
XYZ45.328230.906482.1737
Yxy30.90640.28610.1951
Hunter Lab55.593548.2514-48.7221
CIE-Lab62.428552.5889-46.8690

#c974eb color RGB value is (201,116,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110100 11101011
Octal 311 164 353
Decimal 201 116 235
Hex C9 74 EB

RGB Percentages of Color #c974eb

%36.41
%21.01
%42.57

CMYK Percentages of Color #c974eb

%14
%51
%0
%8

Triadic Colors of #c974eb

#c974eb #ebc974 #74ebc9

Analogous Colors of #c974eb

#c974eb #eb74d2 #8e74eb

Monochromatic Colors of #c974eb

#c974eb

Complementary Color

#c974eb #96eb74

#c974eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c974eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c974eb Color CSS Codes

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

#c974eb Text Font Color

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

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


#c974eb Background Color

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

This div background color is #c974eb


#c974eb Border Color

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

This div border color is #c974eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c974eb


Comments

No comments written yet.

Please login to write comment.