Color Hex Logo

#715fbd Color Hex

#715FBD
(113,95,189)
0 Favorites   0 Comments

Color spaces of #715fbd

RGB 11395189
HSL0.700.420.56
HSV251°50°74°
CMYK 0.400.500.00   0.26
XYZ20.087615.369350.0519
Yxy15.36930.23490.1797
Hunter Lab39.203722.8552-48.2538
CIE-Lab46.135930.0015-47.2227

#715fbd color RGB value is (113,95,189).

#715fbd hex color red value is 113, green value is 95 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #715fbd hue: 0.70 , saturation: 0.42 and the lightness value of 715fbd is 0.56.

The process color (four color CMYK) of #715fbd color hex is 0.40, 0.50, 0.00, 0.26. Web safe color of #715fbd is #6666cc. Color #715fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01011111 10111101
Octal 161 137 275
Decimal 113 95 189
Hex 71 5F BD

RGB Percentages of Color #715fbd

%28.46
%23.93
%47.61

CMYK Percentages of Color #715fbd

%40
%50
%0
%26

Triadic Colors of #715fbd

#715fbd #bd715f #5fbd71

Analogous Colors of #715fbd

#715fbd #a05fbd #5f7cbd

Monochromatic Colors of #715fbd

#715fbd

Complementary Color

#715fbd #abbd5f

#715fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#715fbd Color CSS Codes

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

#715fbd Text Font Color

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

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


#715fbd Background Color

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

This div background color is #715fbd


#715fbd Border Color

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

This div border color is #715fbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,95,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #715fbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #715fbd;
  -webkit-box-shadow: 1px 1px 3px 2px #715fbd;
  box-shadow:         1px 1px 3px 2px #715fbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715fbd


Comments

No comments written yet.

Please login to write comment.