color codes Logo

#954edc color codes

#954EDC
(149,78,220)
0 Favorites   0 Comments

Color spaces of #954edc

RGB 14978220
HSL0.750.670.58
HSV270°65°86°
CMYK 0.320.650.00   0.14
XYZ28.037117.005669.5148
Yxy17.00560.24470.1484
Hunter Lab41.237849.1937-71.0789
CIE-Lab48.267155.8262-61.4089

#954edc color RGB value is (149,78,220).

#954edc hex color red value is 149, green value is 78 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #954edc hue: 0.75 , saturation: 0.67 and the lightness value of 954edc is 0.58.

The process color (four color CMYK) of #954edc color code is 0.32, 0.65, 0.00, 0.14. Web safe color of #954edc is #9966cc. Color #954edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01001110 11011100
Octal 225 116 334
Decimal 149 78 220
Hex 95 4E DC

RGB Percentages of Color #954edc

%33.33
%17.45
%49.22

CMYK Percentages of Color #954edc

%32
%65
%0
%14

Triadic Colors of #954edc

#954edc #dc954e #4edc95

Analogous Colors of #954edc

#954edc #dc4edc #4e4edc

Monochromatic Colors of #954edc

#954edc

Complementary Color

#954edc #95dc4e

#954edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#954edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#954edc Color CSS Codes

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

#954edc Text Font Color

<p style="color:#954edc">Text here</p>

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


#954edc Background Color

<div style="background-color:#954edc">
Div content here</div>

This div background color is #954edc


#954edc Border Color

<div style="border:3px solid #954edc">
Div here</div>

This div border color is #954edc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,78,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #954edc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #954edc;
  -webkit-box-shadow: 1px 1px 3px 2px #954edc;
  box-shadow:         1px 1px 3px 2px #954edc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #954edc


Comments

No comments written yet.

Please login to write comment.