Color Hex Logo

#995cee Color Hex

#995CEE
(153,92,238)
0 Favorites   0 Comments

Color spaces of #995cee

RGB 15392238
HSL0.740.810.65
HSV265°61°93°
CMYK 0.360.610.00   0.07
XYZ32.396620.599683.1576
Yxy20.59960.23790.1513
Hunter Lab45.386847.9845-76.8603
CIE-Lab52.508553.9714-64.6964

#995cee color RGB value is (153,92,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011100 11101110
Octal 231 134 356
Decimal 153 92 238
Hex 99 5C EE

RGB Percentages of Color #995cee

%31.68
%19.05
%49.28

CMYK Percentages of Color #995cee

%36
%61
%0
%7

Triadic Colors of #995cee

#995cee #ee995c #5cee99

Analogous Colors of #995cee

#995cee #e25cee #5c68ee

Monochromatic Colors of #995cee

#995cee

Complementary Color

#995cee #b1ee5c

#995cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#995cee Color CSS Codes

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

#995cee Text Font Color

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

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


#995cee Background Color

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

This div background color is #995cee


#995cee Border Color

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

This div border color is #995cee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,92,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995cee


Comments

No comments written yet.

Please login to write comment.