Color Hex Logo

#95052a Color Hex

#95052A
(149,5,42)
0 Favorites   0 Comments

Color spaces of #95052a

RGB 149542
HSL0.960.940.30
HSV345°97°58°
CMYK 0.000.970.72   0.42
XYZ12.86666.66532.7989
Yxy6.66530.57620.2985
Hunter Lab25.817243.779311.6443
CIE-Lab31.032554.004922.0651

#95052a color RGB value is (149,5,42).

#95052a hex color red value is 149, green value is 5 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #95052a hue: 0.96 , saturation: 0.94 and the lightness value of 95052a is 0.30.

The process color (four color CMYK) of #95052a color hex is 0.00, 0.97, 0.72, 0.42. Web safe color of #95052a is #990033. Color #95052a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00000101 00101010
Octal 225 5 52
Decimal 149 5 42
Hex 95 5 2A

RGB Percentages of Color #95052a

%76.02
%2.55
%21.43

CMYK Percentages of Color #95052a

%0
%97
%72
%42

Triadic Colors of #95052a

#95052a #2a9505 #052a95

Analogous Colors of #95052a

#95052a #952805 #950572

Monochromatic Colors of #95052a

#95052a

Complementary Color

#95052a #059570

#95052a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95052a Color Preview on White Background

Lorem ipsum dolor sit amet.

#95052a Color CSS Codes

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

#95052a Text Font Color

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

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


#95052a Background Color

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

This div background color is #95052a


#95052a Border Color

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

This div border color is #95052a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,5,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95052a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95052a;
  -webkit-box-shadow: 1px 1px 3px 2px #95052a;
  box-shadow:         1px 1px 3px 2px #95052a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95052a


Comments

No comments written yet.

Please login to write comment.