Color Hex Logo

#995fdc Color Hex

#995FDC
(153,95,220)
0 Favorites   0 Comments

Color spaces of #995fdc

RGB 15395220
HSL0.740.640.62
HSV268°57°86°
CMYK 0.300.570.00   0.14
XYZ30.147320.124070.0055
Yxy20.12400.25060.1673
Hunter Lab44.859841.4535-61.1226
CIE-Lab51.977147.9839-55.4166

#995fdc color RGB value is (153,95,220).

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

The process color (four color CMYK) of #995fdc color hex is 0.30, 0.57, 0.00, 0.14. Web safe color of #995fdc is #9966cc. Color #995fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011111 11011100
Octal 231 137 334
Decimal 153 95 220
Hex 99 5F DC

RGB Percentages of Color #995fdc

%32.69
%20.30
%47.01

CMYK Percentages of Color #995fdc

%30
%57
%0
%14

Triadic Colors of #995fdc

#995fdc #dc995f #5fdc99

Analogous Colors of #995fdc

#995fdc #d85fdc #5f64dc

Monochromatic Colors of #995fdc

#995fdc

Complementary Color

#995fdc #a2dc5f

#995fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#995fdc Color CSS Codes

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

#995fdc Text Font Color

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

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


#995fdc Background Color

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

This div background color is #995fdc


#995fdc Border Color

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

This div border color is #995fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995fdc


Comments

No comments written yet.

Please login to write comment.