Color Hex Logo

#c97beb Color Hex

#C97BEB
(201,123,235)
0 Favorites   0 Comments

Color spaces of #c97beb

RGB 201123235
HSL0.780.740.70
HSV282°48°92°
CMYK 0.140.480.00   0.08
XYZ46.165732.581682.4529
Yxy32.58160.28640.2021
Hunter Lab57.080344.4777-45.6886
CIE-Lab63.820748.9795-44.6747

#c97beb color RGB value is (201,123,235).

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

The process color (four color CMYK) of #c97beb color hex is 0.14, 0.48, 0.00, 0.08. Web safe color of #c97beb is #cc66ff. Color #c97beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111011 11101011
Octal 311 173 353
Decimal 201 123 235
Hex C9 7B EB

RGB Percentages of Color #c97beb

%35.96
%22.00
%42.04

CMYK Percentages of Color #c97beb

%14
%48
%0
%8

Triadic Colors of #c97beb

#c97beb #ebc97b #7bebc9

Analogous Colors of #c97beb

#c97beb #eb7bd5 #917beb

Monochromatic Colors of #c97beb

#c97beb

Complementary Color

#c97beb #9deb7b

#c97beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c97beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c97beb Color CSS Codes

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

#c97beb Text Font Color

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

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


#c97beb Background Color

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

This div background color is #c97beb


#c97beb Border Color

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

This div border color is #c97beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c97beb


Comments

No comments written yet.

Please login to write comment.