Color Hex Logo

#955ef0 Color Hex

#955EF0
(149,94,240)
0 Favorites   0 Comments

Color spaces of #955ef0

RGB 14994240
HSL0.730.830.65
HSV263°61°94°
CMYK 0.380.610.00   0.06
XYZ32.125320.686284.7377
Yxy20.68620.23360.1504
Hunter Lab45.482146.4860-78.6258
CIE-Lab52.604352.5805-65.6818

#955ef0 color RGB value is (149,94,240).

#955ef0 hex color red value is 149, green value is 94 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #955ef0 hue: 0.73 , saturation: 0.83 and the lightness value of 955ef0 is 0.65.

The process color (four color CMYK) of #955ef0 color hex is 0.38, 0.61, 0.00, 0.06. Web safe color of #955ef0 is #9966ff. Color #955ef0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011110 11110000
Octal 225 136 360
Decimal 149 94 240
Hex 95 5E F0

RGB Percentages of Color #955ef0

%30.85
%19.46
%49.69

CMYK Percentages of Color #955ef0

%38
%61
%0
%6

Triadic Colors of #955ef0

#955ef0 #f0955e #5ef095

Analogous Colors of #955ef0

#955ef0 #de5ef0 #5e70f0

Monochromatic Colors of #955ef0

#955ef0

Complementary Color

#955ef0 #b9f05e

#955ef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955ef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#955ef0 Color CSS Codes

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

#955ef0 Text Font Color

<p style="color:#955ef0">Text here</p>

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


#955ef0 Background Color

<div style="background-color:#955ef0">
Div content here</div>

This div background color is #955ef0


#955ef0 Border Color

<div style="border:3px solid #955ef0">
Div here</div>

This div border color is #955ef0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,94,240, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #955ef0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #955ef0;
  -webkit-box-shadow: 1px 1px 3px 2px #955ef0;
  box-shadow:         1px 1px 3px 2px #955ef0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955ef0


Comments

No comments written yet.

Please login to write comment.