Color Hex Logo

#953ddc Color Hex

#953DDC
(149,61,220)
0 Favorites   0 Comments

Color spaces of #953ddc

RGB 14961220
HSL0.760.690.55
HSV273°72°86°
CMYK 0.320.720.00   0.14
XYZ26.981414.894469.1630
Yxy14.89440.24300.1341
Hunter Lab38.593357.2551-79.2383
CIE-Lab45.489263.5687-65.9073

#953ddc color RGB value is (149,61,220).

#953ddc hex color red value is 149, green value is 61 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #953ddc hue: 0.76 , saturation: 0.69 and the lightness value of 953ddc is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00111101 11011100
Octal 225 75 334
Decimal 149 61 220
Hex 95 3D DC

RGB Percentages of Color #953ddc

%34.65
%14.19
%51.16

CMYK Percentages of Color #953ddc

%32
%72
%0
%14

Triadic Colors of #953ddc

#953ddc #dc953d #3ddc95

Analogous Colors of #953ddc

#953ddc #dc3dd4 #463ddc

Monochromatic Colors of #953ddc

#953ddc

Complementary Color

#953ddc #84dc3d

#953ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#953ddc Color CSS Codes

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

#953ddc Text Font Color

<p style="color:#953ddc">Text here</p>

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


#953ddc Background Color

<div style="background-color:#953ddc">
Div content here</div>

This div background color is #953ddc


#953ddc Border Color

<div style="border:3px solid #953ddc">
Div here</div>

This div border color is #953ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953ddc


Comments

No comments written yet.

Please login to write comment.