Color Hex Logo

#958dfd Color Hex

#958DFD
(149,141,253)
0 Favorites   0 Comments

Color spaces of #958dfd

RGB 149141253
HSL0.680.970.77
HSV244°44°99°
CMYK 0.410.440.00   0.01
XYZ39.648932.531297.1179
Yxy32.53120.23420.1922
Hunter Lab57.036124.2718-61.0304
CIE-Lab63.779529.7177-54.9694

#958dfd color RGB value is (149,141,253).

#958dfd hex color red value is 149, green value is 141 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #958dfd hue: 0.68 , saturation: 0.97 and the lightness value of 958dfd is 0.77.

The process color (four color CMYK) of #958dfd color hex is 0.41, 0.44, 0.00, 0.01. Web safe color of #958dfd is #9999ff. Color #958dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001101 11111101
Octal 225 215 375
Decimal 149 141 253
Hex 95 8D FD

RGB Percentages of Color #958dfd

%27.44
%25.97
%46.59

CMYK Percentages of Color #958dfd

%41
%44
%0
%1

Triadic Colors of #958dfd

#958dfd #fd958d #8dfd95

Analogous Colors of #958dfd

#958dfd #cd8dfd #8dbdfd

Monochromatic Colors of #958dfd

#958dfd

Complementary Color

#958dfd #f5fd8d

#958dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#958dfd Color CSS Codes

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

#958dfd Text Font Color

<p style="color:#958dfd">Text here</p>

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


#958dfd Background Color

<div style="background-color:#958dfd">
Div content here</div>

This div background color is #958dfd


#958dfd Border Color

<div style="border:3px solid #958dfd">
Div here</div>

This div border color is #958dfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,141,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #958dfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #958dfd;
  -webkit-box-shadow: 1px 1px 3px 2px #958dfd;
  box-shadow:         1px 1px 3px 2px #958dfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,141,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 #958dfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.