Color Hex Logo

#958fee Color Hex

#958FEE
(149,143,238)
0 Favorites   0 Comments

Color spaces of #958fee

RGB 149143238
HSL0.680.740.75
HSV244°40°93°
CMYK 0.370.400.00   0.07
XYZ37.649532.207585.1213
Yxy32.20750.24290.2078
Hunter Lab56.751719.1029-49.2024
CIE-Lab63.514024.4736-47.1492

#958fee color RGB value is (149,143,238).

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

The process color (four color CMYK) of #958fee color hex is 0.37, 0.40, 0.00, 0.07. Web safe color of #958fee is #9999ff. Color #958fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001111 11101110
Octal 225 217 356
Decimal 149 143 238
Hex 95 8F EE

RGB Percentages of Color #958fee

%28.11
%26.98
%44.91

CMYK Percentages of Color #958fee

%37
%40
%0
%7

Triadic Colors of #958fee

#958fee #ee958f #8fee95

Analogous Colors of #958fee

#958fee #c58fee #8fb9ee

Monochromatic Colors of #958fee

#958fee

Complementary Color

#958fee #e8ee8f

#958fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#958fee Color CSS Codes

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

#958fee Text Font Color

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

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


#958fee Background Color

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

This div background color is #958fee


#958fee Border Color

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

This div border color is #958fee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,143,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958fee


Comments

No comments written yet.

Please login to write comment.