Color Hex Logo

#958ddc Color Hex

#958DDC
(149,141,220)
0 Favorites   0 Comments

Color spaces of #958ddc

RGB 149141220
HSL0.680.530.71
HSV246°36°86°
CMYK 0.320.360.00   0.14
XYZ34.837630.606671.7817
Yxy30.60660.25390.2230
Hunter Lab55.323215.5876-38.2023
CIE-Lab62.174120.8697-39.2833

#958ddc color RGB value is (149,141,220).

#958ddc hex color red value is 149, green value is 141 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #958ddc hue: 0.68 , saturation: 0.53 and the lightness value of 958ddc is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001101 11011100
Octal 225 215 334
Decimal 149 141 220
Hex 95 8D DC

RGB Percentages of Color #958ddc

%29.22
%27.65
%43.14

CMYK Percentages of Color #958ddc

%32
%36
%0
%14

Triadic Colors of #958ddc

#958ddc #dc958d #8ddc95

Analogous Colors of #958ddc

#958ddc #bd8ddc #8daddc

Monochromatic Colors of #958ddc

#958ddc

Complementary Color

#958ddc #d4dc8d

#958ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#958ddc Color CSS Codes

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

#958ddc Text Font Color

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

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


#958ddc Background Color

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

This div background color is #958ddc


#958ddc Border Color

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

This div border color is #958ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958ddc


Comments

No comments written yet.

Please login to write comment.