Color Hex Logo

#71248a Color Hex

#71248A
(113,36,138)
0 Favorites   0 Comments

Color spaces of #71248a

RGB 11336138
HSL0.790.590.34
HSV285°74°54°
CMYK 0.180.740.00   0.46
XYZ12.02846.607424.6862
Yxy6.60740.27770.1525
Hunter Lab25.704938.5442-38.9470
CIE-Lab30.895948.8930-41.0986

#71248a color RGB value is (113,36,138).

#71248a hex color red value is 113, green value is 36 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #71248a hue: 0.79 , saturation: 0.59 and the lightness value of 71248a is 0.34.

The process color (four color CMYK) of #71248a color hex is 0.18, 0.74, 0.00, 0.46. Web safe color of #71248a is #663399. Color #71248a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100100 10001010
Octal 161 44 212
Decimal 113 36 138
Hex 71 24 8A

RGB Percentages of Color #71248a

%39.37
%12.54
%48.08

CMYK Percentages of Color #71248a

%18
%74
%0
%46

Triadic Colors of #71248a

#71248a #8a7124 #248a71

Analogous Colors of #71248a

#71248a #8a2470 #3e248a

Monochromatic Colors of #71248a

#71248a

Complementary Color

#71248a #3d8a24

#71248a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71248a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71248a Color CSS Codes

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

#71248a Text Font Color

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

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


#71248a Background Color

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

This div background color is #71248a


#71248a Border Color

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

This div border color is #71248a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,36,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71248a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71248a;
  -webkit-box-shadow: 1px 1px 3px 2px #71248a;
  box-shadow:         1px 1px 3px 2px #71248a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,36,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71248a


Comments

No comments written yet.

Please login to write comment.