Color Hex Logo

#953868 Color Hex

#953868
(149,56,104)
0 Favorites   0 Comments

Color spaces of #953868

RGB 14956104
HSL0.910.450.40
HSV329°62°58°
CMYK 0.000.620.30   0.42
XYZ16.307310.217414.2094
Yxy10.21740.40030.2508
Hunter Lab31.964735.1265-3.9812
CIE-Lab38.229844.0843-7.9464

#953868 color RGB value is (149,56,104).

#953868 hex color red value is 149, green value is 56 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #953868 hue: 0.91 , saturation: 0.45 and the lightness value of 953868 is 0.40.

The process color (four color CMYK) of #953868 color hex is 0.00, 0.62, 0.30, 0.42. Web safe color of #953868 is #993366. Color #953868 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00111000 01101000
Octal 225 70 150
Decimal 149 56 104
Hex 95 38 68

RGB Percentages of Color #953868

%48.22
%18.12
%33.66

CMYK Percentages of Color #953868

%0
%62
%30
%42

Triadic Colors of #953868

#953868 #689538 #386895

Analogous Colors of #953868

#953868 #953839 #943895

Monochromatic Colors of #953868

#953868

Complementary Color

#953868 #389565

#953868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#953868 Color CSS Codes

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

#953868 Text Font Color

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

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


#953868 Background Color

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

This div background color is #953868


#953868 Border Color

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

This div border color is #953868


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,56,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #953868; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #953868;
  -webkit-box-shadow: 1px 1px 3px 2px #953868;
  box-shadow:         1px 1px 3px 2px #953868; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953868


Comments

No comments written yet.

Please login to write comment.