Color Hex Logo

#954bdc Color Hex

#954BDC
(149,75,220)
0 Favorites   0 Comments

Color spaces of #954bdc

RGB 14975220
HSL0.750.670.58
HSV271°66°86°
CMYK 0.320.660.00   0.14
XYZ27.828816.589069.4454
Yxy16.58900.24440.1457
Hunter Lab40.729650.6847-72.5808
CIE-Lab47.737957.2807-62.2639

#954bdc color RGB value is (149,75,220).

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

The process color (four color CMYK) of #954bdc color hex is 0.32, 0.66, 0.00, 0.14. Web safe color of #954bdc is #9933cc. Color #954bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01001011 11011100
Octal 225 113 334
Decimal 149 75 220
Hex 95 4B DC

RGB Percentages of Color #954bdc

%33.56
%16.89
%49.55

CMYK Percentages of Color #954bdc

%32
%66
%0
%14

Triadic Colors of #954bdc

#954bdc #dc954b #4bdc95

Analogous Colors of #954bdc

#954bdc #dc4bdb #4d4bdc

Monochromatic Colors of #954bdc

#954bdc

Complementary Color

#954bdc #92dc4b

#954bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#954bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#954bdc Color CSS Codes

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

#954bdc Text Font Color

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

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


#954bdc Background Color

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

This div background color is #954bdc


#954bdc Border Color

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

This div border color is #954bdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,75,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 #954bdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #954bdc


Comments

No comments written yet.

Please login to write comment.