Color Hex Logo

#71649b Color Hex

#71649B
(113,100,155)
0 Favorites   0 Comments

Color spaces of #71649b

RGB 113100155
HSL0.710.220.50
HSV254°35°61°
CMYK 0.270.350.00   0.39
XYZ17.283614.991632.9931
Yxy14.99160.26480.2297
Hunter Lab38.719011.9216-23.4187
CIE-Lab45.622717.6558-28.0875

#71649b color RGB value is (113,100,155).

#71649b hex color red value is 113, green value is 100 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #71649b hue: 0.71 , saturation: 0.22 and the lightness value of 71649b is 0.50.

The process color (four color CMYK) of #71649b color hex is 0.27, 0.35, 0.00, 0.39. Web safe color of #71649b is #666699. Color #71649b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100100 10011011
Octal 161 144 233
Decimal 113 100 155
Hex 71 64 9B

RGB Percentages of Color #71649b

%30.71
%27.17
%42.12

CMYK Percentages of Color #71649b

%27
%35
%0
%39

Triadic Colors of #71649b

#71649b #9b7164 #649b71

Analogous Colors of #71649b

#71649b #8d649b #64739b

Monochromatic Colors of #71649b

#71649b

Complementary Color

#71649b #8e9b64

#71649b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71649b Color Preview on White Background

Lorem ipsum dolor sit amet.

#71649b Color CSS Codes

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

#71649b Text Font Color

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

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


#71649b Background Color

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

This div background color is #71649b


#71649b Border Color

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

This div border color is #71649b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71649b


Comments

No comments written yet.

Please login to write comment.