Color Hex Logo

#956def Color Hex

#956DEF
(149,109,239)
0 Favorites   0 Comments

Color spaces of #956def

RGB 149109239
HSL0.720.800.68
HSV258°54°94°
CMYK 0.380.540.00   0.06
XYZ33.443123.558884.4460
Yxy23.55880.23640.1666
Hunter Lab48.537438.0491-69.1773
CIE-Lab55.643344.1801-60.2308

#956def color RGB value is (149,109,239).

#956def hex color red value is 149, green value is 109 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #956def hue: 0.72 , saturation: 0.80 and the lightness value of 956def is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01101101 11101111
Octal 225 155 357
Decimal 149 109 239
Hex 95 6D EF

RGB Percentages of Color #956def

%29.98
%21.93
%48.09

CMYK Percentages of Color #956def

%38
%54
%0
%6

Triadic Colors of #956def

#956def #ef956d #6def95

Analogous Colors of #956def

#956def #d66def #6d86ef

Monochromatic Colors of #956def

#956def

Complementary Color

#956def #c7ef6d

#956def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#956def Color Preview on White Background

Lorem ipsum dolor sit amet.

#956def Color CSS Codes

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

#956def Text Font Color

<p style="color:#956def">Text here</p>

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


#956def Background Color

<div style="background-color:#956def">
Div content here</div>

This div background color is #956def


#956def Border Color

<div style="border:3px solid #956def">
Div here</div>

This div border color is #956def


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,109,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #956def; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #956def;
  -webkit-box-shadow: 1px 1px 3px 2px #956def;
  box-shadow:         1px 1px 3px 2px #956def; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #956def


Comments

No comments written yet.

Please login to write comment.