color codes Logo

#c97eef color codes

#C97EEF
(201,126,239)
0 Favorites   0 Comments

Color spaces of #c97eef

RGB 201126239
HSL0.780.780.72
HSV280°47°94°
CMYK 0.160.470.00   0.06
XYZ47.128233.571285.6573
Yxy33.57120.28330.2018
Hunter Lab57.940743.7935-47.0937
CIE-Lab64.620848.2435-45.6269

#c97eef color RGB value is (201,126,239).

#c97eef hex color red value is 201, green value is 126 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c97eef hue: 0.78 , saturation: 0.78 and the lightness value of c97eef is 0.72.

The process color (four color CMYK) of #c97eef color code is 0.16, 0.47, 0.00, 0.06. Web safe color of #c97eef is #cc66ff. Color #c97eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111110 11101111
Octal 311 176 357
Decimal 201 126 239
Hex C9 7E EF

RGB Percentages of Color #c97eef

%35.51
%22.26
%42.23

CMYK Percentages of Color #c97eef

%16
%47
%0
%6

Triadic Colors of #c97eef

#c97eef #efc97e #7eefc9

Analogous Colors of #c97eef

#c97eef #ef7edd #917eef

Monochromatic Colors of #c97eef

#c97eef

Complementary Color

#c97eef #a4ef7e

#c97eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c97eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c97eef Color CSS Codes

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

#c97eef Text Font Color

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

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


#c97eef Background Color

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

This div background color is #c97eef


#c97eef Border Color

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

This div border color is #c97eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c97eef


Comments

No comments written yet.

Please login to write comment.