Color Hex Logo

#995ffd Color Hex

#995FFD
(153,95,253)
0 Favorites   0 Comments

Color spaces of #995ffd

RGB 15395253
HSL0.730.980.68
HSV262°62°99°
CMYK 0.400.620.00   0.01
XYZ34.958722.048695.3418
Yxy22.04860.22950.1447
Hunter Lab46.955950.7204-87.5164
CIE-Lab54.078556.1786-70.5143

#995ffd color RGB value is (153,95,253).

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

The process color (four color CMYK) of #995ffd color hex is 0.40, 0.62, 0.00, 0.01. Web safe color of #995ffd is #9966ff. Color #995ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011111 11111101
Octal 231 137 375
Decimal 153 95 253
Hex 99 5F FD

RGB Percentages of Color #995ffd

%30.54
%18.96
%50.50

CMYK Percentages of Color #995ffd

%40
%62
%0
%1

Triadic Colors of #995ffd

#995ffd #fd995f #5ffd99

Analogous Colors of #995ffd

#995ffd #e85ffd #5f74fd

Monochromatic Colors of #995ffd

#995ffd

Complementary Color

#995ffd #c3fd5f

#995ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#995ffd Color CSS Codes

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

#995ffd Text Font Color

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

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


#995ffd Background Color

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

This div background color is #995ffd


#995ffd Border Color

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

This div border color is #995ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995ffd


Comments

No comments written yet.

Please login to write comment.