Color Hex Logo

#995fed Color Hex

#995FED
(153,95,237)
0 Favorites   0 Comments

Color spaces of #995fed

RGB 15395237
HSL0.730.800.65
HSV265°60°93°
CMYK 0.350.600.00   0.07
XYZ32.515121.071182.4742
Yxy21.07110.23900.1549
Hunter Lab45.903346.1079-74.3938
CIE-Lab53.027252.1608-63.2999

#995fed color RGB value is (153,95,237).

#995fed hex color red value is 153, green value is 95 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #995fed hue: 0.73 , saturation: 0.80 and the lightness value of 995fed is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011111 11101101
Octal 231 137 355
Decimal 153 95 237
Hex 99 5F ED

RGB Percentages of Color #995fed

%31.55
%19.59
%48.87

CMYK Percentages of Color #995fed

%35
%60
%0
%7

Triadic Colors of #995fed

#995fed #ed995f #5fed99

Analogous Colors of #995fed

#995fed #e05fed #5f6ced

Monochromatic Colors of #995fed

#995fed

Complementary Color

#995fed #b3ed5f

#995fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#995fed Color CSS Codes

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

#995fed Text Font Color

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

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


#995fed Background Color

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

This div background color is #995fed


#995fed Border Color

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

This div border color is #995fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995fed


Comments

No comments written yet.

Please login to write comment.