Color Hex Logo

#958cdc Color Hex

#958CDC
(149,140,220)
0 Favorites   0 Comments

Color spaces of #958cdc

RGB 149140220
HSL0.690.530.71
HSV247°36°86°
CMYK 0.320.360.00   0.14
XYZ34.690830.313071.7327
Yxy30.31300.25370.2217
Hunter Lab55.057216.1202-38.7074
CIE-Lab61.923421.4473-39.6760

#958cdc color RGB value is (149,140,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001100 11011100
Octal 225 214 334
Decimal 149 140 220
Hex 95 8C DC

RGB Percentages of Color #958cdc

%29.27
%27.50
%43.22

CMYK Percentages of Color #958cdc

%32
%36
%0
%14

Triadic Colors of #958cdc

#958cdc #dc958c #8cdc95

Analogous Colors of #958cdc

#958cdc #bd8cdc #8cabdc

Monochromatic Colors of #958cdc

#958cdc

Complementary Color

#958cdc #d3dc8c

#958cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#958cdc Color CSS Codes

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

#958cdc Text Font Color

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

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


#958cdc Background Color

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

This div background color is #958cdc


#958cdc Border Color

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

This div border color is #958cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958cdc


Comments

No comments written yet.

Please login to write comment.