Color Hex Logo

#715bcb Color Hex

#715BCB
(113,91,203)
0 Favorites   0 Comments

Color spaces of #715bcb

RGB 11391203
HSL0.700.520.58
HSV252°55°80°
CMYK 0.440.550.00   0.20
XYZ21.330615.304758.3298
Yxy15.30470.22460.1612
Hunter Lab39.121228.8639-61.0166
CIE-Lab46.048736.3978-55.4521

#715bcb color RGB value is (113,91,203).

#715bcb hex color red value is 113, green value is 91 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #715bcb hue: 0.70 , saturation: 0.52 and the lightness value of 715bcb is 0.58.

The process color (four color CMYK) of #715bcb color hex is 0.44, 0.55, 0.00, 0.20. Web safe color of #715bcb is #6666cc. Color #715bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01011011 11001011
Octal 161 133 313
Decimal 113 91 203
Hex 71 5B CB

RGB Percentages of Color #715bcb

%27.76
%22.36
%49.88

CMYK Percentages of Color #715bcb

%44
%55
%0
%20

Triadic Colors of #715bcb

#715bcb #cb715b #5bcb71

Analogous Colors of #715bcb

#715bcb #a95bcb #5b7dcb

Monochromatic Colors of #715bcb

#715bcb

Complementary Color

#715bcb #b5cb5b

#715bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#715bcb Color CSS Codes

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

#715bcb Text Font Color

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

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


#715bcb Background Color

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

This div background color is #715bcb


#715bcb Border Color

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

This div border color is #715bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715bcb


Comments

No comments written yet.

Please login to write comment.