Color Hex Logo

#952765 Color Hex

#952765
(149,39,101)
0 Favorites   0 Comments

Color spaces of #952765

RGB 14939101
HSL0.910.590.37
HSV326°74°58°
CMYK 0.000.740.32   0.42
XYZ15.46898.780213.1914
Yxy8.78020.41320.2345
Hunter Lab29.631441.3299-5.6529
CIE-Lab35.557650.7570-10.0707

#952765 color RGB value is (149,39,101).

#952765 hex color red value is 149, green value is 39 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #952765 hue: 0.91 , saturation: 0.59 and the lightness value of 952765 is 0.37.

The process color (four color CMYK) of #952765 color hex is 0.00, 0.74, 0.32, 0.42. Web safe color of #952765 is #993366. Color #952765 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00100111 01100101
Octal 225 47 145
Decimal 149 39 101
Hex 95 27 65

RGB Percentages of Color #952765

%51.56
%13.49
%34.95

CMYK Percentages of Color #952765

%0
%74
%32
%42

Triadic Colors of #952765

#952765 #659527 #276595

Analogous Colors of #952765

#952765 #95272e #8e2795

Monochromatic Colors of #952765

#952765

Complementary Color

#952765 #279557

#952765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#952765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#952765 Color CSS Codes

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

#952765 Text Font Color

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

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


#952765 Background Color

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

This div background color is #952765


#952765 Border Color

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

This div border color is #952765


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #952765


Comments

No comments written yet.

Please login to write comment.