Color Hex Logo

#995ceb Color Hex

#995CEB
(153,92,235)
0 Favorites   0 Comments

Color spaces of #995ceb

RGB 15392235
HSL0.740.780.64
HSV266°61°92°
CMYK 0.350.610.00   0.08
XYZ31.959420.424880.8552
Yxy20.42480.23990.1533
Hunter Lab45.193847.1395-74.4387
CIE-Lab52.314153.2308-63.3285

#995ceb color RGB value is (153,92,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011100 11101011
Octal 231 134 353
Decimal 153 92 235
Hex 99 5C EB

RGB Percentages of Color #995ceb

%31.88
%19.17
%48.96

CMYK Percentages of Color #995ceb

%35
%61
%0
%8

Triadic Colors of #995ceb

#995ceb #eb995c #5ceb99

Analogous Colors of #995ceb

#995ceb #e15ceb #5c67eb

Monochromatic Colors of #995ceb

#995ceb

Complementary Color

#995ceb #aeeb5c

#995ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#995ceb Color CSS Codes

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

#995ceb Text Font Color

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

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


#995ceb Background Color

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

This div background color is #995ceb


#995ceb Border Color

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

This div border color is #995ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995ceb


Comments

No comments written yet.

Please login to write comment.