Color Hex Logo

#997ceb Color Hex

#997CEB
(153,124,235)
0 Favorites   0 Comments

Color spaces of #997ceb

RGB 153124235
HSL0.710.740.70
HSV256°47°92°
CMYK 0.350.470.00   0.08
XYZ35.339927.185881.9820
Yxy27.18580.24460.1881
Hunter Lab52.140029.7403-56.7262
CIE-Lab59.145935.6339-52.3870

#997ceb color RGB value is (153,124,235).

#997ceb hex color red value is 153, green value is 124 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #997ceb hue: 0.71 , saturation: 0.74 and the lightness value of 997ceb is 0.70.

The process color (four color CMYK) of #997ceb color hex is 0.35, 0.47, 0.00, 0.08. Web safe color of #997ceb is #9966ff. Color #997ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111100 11101011
Octal 231 174 353
Decimal 153 124 235
Hex 99 7C EB

RGB Percentages of Color #997ceb

%29.88
%24.22
%45.90

CMYK Percentages of Color #997ceb

%35
%47
%0
%8

Triadic Colors of #997ceb

#997ceb #eb997c #7ceb99

Analogous Colors of #997ceb

#997ceb #d17ceb #7c97eb

Monochromatic Colors of #997ceb

#997ceb

Complementary Color

#997ceb #ceeb7c

#997ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#997ceb Color CSS Codes

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

#997ceb Text Font Color

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

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


#997ceb Background Color

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

This div background color is #997ceb


#997ceb Border Color

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

This div border color is #997ceb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,124,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #997ceb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #997ceb;
  -webkit-box-shadow: 1px 1px 3px 2px #997ceb;
  box-shadow:         1px 1px 3px 2px #997ceb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,124,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 #997ceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997ceb


Comments

No comments written yet.

Please login to write comment.