Color Hex Logo

#958ffd Color Hex

#958FFD
(149,143,253)
0 Favorites   0 Comments

Color spaces of #958ffd

RGB 149143253
HSL0.680.960.78
HSV243°43°99°
CMYK 0.410.430.00   0.01
XYZ39.946533.126397.2171
Yxy33.12630.23460.1945
Hunter Lab57.555523.1663-59.8581
CIE-Lab64.263028.5659-54.2012

#958ffd color RGB value is (149,143,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001111 11111101
Octal 225 217 375
Decimal 149 143 253
Hex 95 8F FD

RGB Percentages of Color #958ffd

%27.34
%26.24
%46.42

CMYK Percentages of Color #958ffd

%41
%43
%0
%1

Triadic Colors of #958ffd

#958ffd #fd958f #8ffd95

Analogous Colors of #958ffd

#958ffd #cc8ffd #8fc0fd

Monochromatic Colors of #958ffd

#958ffd

Complementary Color

#958ffd #f7fd8f

#958ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#958ffd Color CSS Codes

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

#958ffd Text Font Color

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

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


#958ffd Background Color

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

This div background color is #958ffd


#958ffd Border Color

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

This div border color is #958ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.