Color Hex Logo

#c97fed Color Hex

#C97FED
(201,127,237)
0 Favorites   0 Comments

Color spaces of #c97fed

RGB 201127237
HSL0.780.750.71
HSV280°46°93°
CMYK 0.150.460.00   0.07
XYZ46.962833.710784.1524
Yxy33.71070.28490.2045
Hunter Lab58.060942.7738-45.2912
CIE-Lab64.732347.2994-44.3470

#c97fed color RGB value is (201,127,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111111 11101101
Octal 311 177 355
Decimal 201 127 237
Hex C9 7F ED

RGB Percentages of Color #c97fed

%35.58
%22.48
%41.95

CMYK Percentages of Color #c97fed

%15
%46
%0
%7

Triadic Colors of #c97fed

#c97fed #edc97f #7fedc9

Analogous Colors of #c97fed

#c97fed #ed7fda #927fed

Monochromatic Colors of #c97fed

#c97fed

Complementary Color

#c97fed #a3ed7f

#c97fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c97fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c97fed Color CSS Codes

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

#c97fed Text Font Color

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

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


#c97fed Background Color

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

This div background color is #c97fed


#c97fed Border Color

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

This div border color is #c97fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c97fed


Comments

No comments written yet.

Please login to write comment.