Color Hex Logo

#c974dc Color Hex

#C974DC
(201,116,220)
0 Favorites   0 Comments

Color spaces of #c974dc

RGB 201116220
HSL0.800.600.66
HSV289°47°86°
CMYK 0.090.470.00   0.14
XYZ43.251130.075671.2357
Yxy30.07560.29920.2080
Hunter Lab54.841244.8037-38.6256
CIE-Lab61.719449.5852-39.6248

#c974dc color RGB value is (201,116,220).

#c974dc hex color red value is 201, green value is 116 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c974dc hue: 0.80 , saturation: 0.60 and the lightness value of c974dc is 0.66.

The process color (four color CMYK) of #c974dc color hex is 0.09, 0.47, 0.00, 0.14. Web safe color of #c974dc is #cc66cc. Color #c974dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110100 11011100
Octal 311 164 334
Decimal 201 116 220
Hex C9 74 DC

RGB Percentages of Color #c974dc

%37.43
%21.60
%40.97

CMYK Percentages of Color #c974dc

%9
%47
%0
%14

Triadic Colors of #c974dc

#c974dc #dcc974 #74dcc9

Analogous Colors of #c974dc

#c974dc #dc74bb #9574dc

Monochromatic Colors of #c974dc

#c974dc

Complementary Color

#c974dc #87dc74

#c974dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c974dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c974dc Color CSS Codes

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

#c974dc Text Font Color

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

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


#c974dc Background Color

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

This div background color is #c974dc


#c974dc Border Color

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

This div border color is #c974dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c974dc


Comments

No comments written yet.

Please login to write comment.