Color Hex Logo

#c97bef Color Hex

#C97BEF
(201,123,239)
0 Favorites   0 Comments

Color spaces of #c97bef

RGB 201123239
HSL0.780.780.71
HSV280°49°94°
CMYK 0.160.490.00   0.06
XYZ46.750332.815485.5314
Yxy32.81540.28320.1988
Hunter Lab57.284745.4263-48.4261
CIE-Lab64.011249.8106-46.5875

#c97bef color RGB value is (201,123,239).

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

The process color (four color CMYK) of #c97bef color hex is 0.16, 0.49, 0.00, 0.06. Web safe color of #c97bef is #cc66ff. Color #c97bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111011 11101111
Octal 311 173 357
Decimal 201 123 239
Hex C9 7B EF

RGB Percentages of Color #c97bef

%35.70
%21.85
%42.45

CMYK Percentages of Color #c97bef

%16
%49
%0
%6

Triadic Colors of #c97bef

#c97bef #efc97b #7befc9

Analogous Colors of #c97bef

#c97bef #ef7bdb #8f7bef

Monochromatic Colors of #c97bef

#c97bef

Complementary Color

#c97bef #a1ef7b

#c97bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c97bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c97bef Color CSS Codes

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

#c97bef Text Font Color

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

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


#c97bef Background Color

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

This div background color is #c97bef


#c97bef Border Color

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

This div border color is #c97bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c97bef


Comments

No comments written yet.

Please login to write comment.