Color Hex Logo

#954dbc Color Hex

#954DBC
(149,77,188)
0 Favorites   0 Comments

Color spaces of #954dbc

RGB 14977188
HSL0.770.450.52
HSV279°59°74°
CMYK 0.210.590.00   0.26
XYZ24.125415.328249.2640
Yxy15.32820.27190.1728
Hunter Lab39.151241.4789-47.1987
CIE-Lab46.080548.9907-46.5041

#954dbc color RGB value is (149,77,188).

#954dbc hex color red value is 149, green value is 77 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #954dbc hue: 0.77 , saturation: 0.45 and the lightness value of 954dbc is 0.52.

The process color (four color CMYK) of #954dbc color hex is 0.21, 0.59, 0.00, 0.26. Web safe color of #954dbc is #9966cc. Color #954dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01001101 10111100
Octal 225 115 274
Decimal 149 77 188
Hex 95 4D BC

RGB Percentages of Color #954dbc

%35.99
%18.60
%45.41

CMYK Percentages of Color #954dbc

%21
%59
%0
%26

Triadic Colors of #954dbc

#954dbc #bc954d #4dbc95

Analogous Colors of #954dbc

#954dbc #bc4dac #5d4dbc

Monochromatic Colors of #954dbc

#954dbc

Complementary Color

#954dbc #74bc4d

#954dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#954dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#954dbc Color CSS Codes

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

#954dbc Text Font Color

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

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


#954dbc Background Color

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

This div background color is #954dbc


#954dbc Border Color

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

This div border color is #954dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #954dbc


Comments

No comments written yet.

Please login to write comment.