Color Hex Logo

#9995ea Color Hex

#9995EA
(153,149,234)
1 Favorites   0 Comments

Color spaces of #9995ea

RGB 153149234
HSL0.670.670.75
HSV243°36°92°
CMYK 0.350.360.00   0.08
XYZ38.735634.207782.4031
Yxy34.20770.24930.2202
Hunter Lab58.487315.8659-42.5928
CIE-Lab65.127121.0182-42.3856

#9995ea color RGB value is (153,149,234).

#9995ea hex color red value is 153, green value is 149 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9995ea hue: 0.67 , saturation: 0.67 and the lightness value of 9995ea is 0.75.

The process color (four color CMYK) of #9995ea color hex is 0.35, 0.36, 0.00, 0.08. Web safe color of #9995ea is #9999ff. Color #9995ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10010101 11101010
Octal 231 225 352
Decimal 153 149 234
Hex 99 95 EA

RGB Percentages of Color #9995ea

%28.54
%27.80
%43.66

CMYK Percentages of Color #9995ea

%35
%36
%0
%8

Triadic Colors of #9995ea

#9995ea #ea9995 #95ea99

Analogous Colors of #9995ea

#9995ea #c495ea #95bcea

Monochromatic Colors of #9995ea

#9995ea

Complementary Color

#9995ea #e6ea95

#9995ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9995ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9995ea Color CSS Codes

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

#9995ea Text Font Color

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

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


#9995ea Background Color

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

This div background color is #9995ea


#9995ea Border Color

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

This div border color is #9995ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,149,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9995ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9995ea;
  -webkit-box-shadow: 1px 1px 3px 2px #9995ea;
  box-shadow:         1px 1px 3px 2px #9995ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9995ea


Comments

No comments written yet.

Please login to write comment.