Color Hex Logo

#945dee Color Hex

#945DEE
(148,93,238)
0 Favorites   0 Comments

Color spaces of #945dee

RGB 14893238
HSL0.730.810.65
HSV263°61°93°
CMYK 0.380.610.00   0.07
XYZ31.559720.297683.1434
Yxy20.29760.23380.1504
Hunter Lab45.052946.1974-77.8805
CIE-Lab52.172052.3878-65.2661

#945dee color RGB value is (148,93,238).

#945dee hex color red value is 148, green value is 93 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #945dee hue: 0.73 , saturation: 0.81 and the lightness value of 945dee is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01011101 11101110
Octal 224 135 356
Decimal 148 93 238
Hex 94 5D EE

RGB Percentages of Color #945dee

%30.90
%19.42
%49.69

CMYK Percentages of Color #945dee

%38
%61
%0
%7

Triadic Colors of #945dee

#945dee #ee945d #5dee94

Analogous Colors of #945dee

#945dee #dd5dee #5d6fee

Monochromatic Colors of #945dee

#945dee

Complementary Color

#945dee #b7ee5d

#945dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#945dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#945dee Color CSS Codes

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

#945dee Text Font Color

<p style="color:#945dee">Text here</p>

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


#945dee Background Color

<div style="background-color:#945dee">
Div content here</div>

This div background color is #945dee


#945dee Border Color

<div style="border:3px solid #945dee">
Div here</div>

This div border color is #945dee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,93,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #945dee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #945dee;
  -webkit-box-shadow: 1px 1px 3px 2px #945dee;
  box-shadow:         1px 1px 3px 2px #945dee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,93,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 #945dee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #945dee


Comments

No comments written yet.

Please login to write comment.