Color Hex Logo

#c97fec Color Hex

#C97FEC
(201,127,236)
0 Favorites   0 Comments

Color spaces of #c97fec

RGB 201127236
HSL0.780.740.71
HSV281°46°93°
CMYK 0.150.460.00   0.07
XYZ46.817133.652483.3849
Yxy33.65240.28570.2054
Hunter Lab58.010742.5384-44.6163
CIE-Lab64.685747.0909-43.8676

#c97fec color RGB value is (201,127,236).

#c97fec hex color red value is 201, green value is 127 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c97fec hue: 0.78 , saturation: 0.74 and the lightness value of c97fec is 0.71.

The process color (four color CMYK) of #c97fec color hex is 0.15, 0.46, 0.00, 0.07. Web safe color of #c97fec is #cc66ff. Color #c97fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111111 11101100
Octal 311 177 354
Decimal 201 127 236
Hex C9 7F EC

RGB Percentages of Color #c97fec

%35.64
%22.52
%41.84

CMYK Percentages of Color #c97fec

%15
%46
%0
%7

Triadic Colors of #c97fec

#c97fec #ecc97f #7fecc9

Analogous Colors of #c97fec

#c97fec #ec7fd9 #937fec

Monochromatic Colors of #c97fec

#c97fec

Complementary Color

#c97fec #a2ec7f

#c97fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c97fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c97fec Color CSS Codes

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

#c97fec Text Font Color

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

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


#c97fec Background Color

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

This div background color is #c97fec


#c97fec Border Color

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

This div border color is #c97fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c97fec


Comments

No comments written yet.

Please login to write comment.