Color Hex Logo

#71254b Color Hex

#71254B
(113,37,75)
0 Favorites   0 Comments

Color spaces of #71254b

RGB 1133775
HSL0.920.510.29
HSV330°67°44°
CMYK 0.000.670.34   0.56
XYZ8.74165.34187.2270
Yxy5.34180.41020.2507
Hunter Lab23.112327.0661-2.3608
CIE-Lab27.687237.3877-5.6545

#71254b color RGB value is (113,37,75).

#71254b hex color red value is 113, green value is 37 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #71254b hue: 0.92 , saturation: 0.51 and the lightness value of 71254b is 0.29.

The process color (four color CMYK) of #71254b color hex is 0.00, 0.67, 0.34, 0.56. Web safe color of #71254b is #663333. Color #71254b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100101 01001011
Octal 161 45 113
Decimal 113 37 75
Hex 71 25 4B

RGB Percentages of Color #71254b

%50.22
%16.44
%33.33

CMYK Percentages of Color #71254b

%0
%67
%34
%56

Triadic Colors of #71254b

#71254b #4b7125 #254b71

Analogous Colors of #71254b

#71254b #712525 #712571

Monochromatic Colors of #71254b

#71254b

Complementary Color

#71254b #25714b

#71254b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71254b Color Preview on White Background

Lorem ipsum dolor sit amet.

#71254b Color CSS Codes

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

#71254b Text Font Color

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

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


#71254b Background Color

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

This div background color is #71254b


#71254b Border Color

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

This div border color is #71254b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,37,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71254b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71254b;
  -webkit-box-shadow: 1px 1px 3px 2px #71254b;
  box-shadow:         1px 1px 3px 2px #71254b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71254b


Comments

No comments written yet.

Please login to write comment.