Color Hex Logo

#715bcf Color Hex

#715BCF
(113,91,207)
0 Favorites   0 Comments

Color spaces of #715bcf

RGB 11391207
HSL0.700.550.58
HSV251°56°81°
CMYK 0.450.560.00   0.19
XYZ21.813615.497960.8732
Yxy15.49790.22220.1578
Hunter Lab39.367430.0146-64.1221
CIE-Lab46.308737.5535-57.3312

#715bcf color RGB value is (113,91,207).

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

The process color (four color CMYK) of #715bcf color hex is 0.45, 0.56, 0.00, 0.19. Web safe color of #715bcf is #6666cc. Color #715bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01011011 11001111
Octal 161 133 317
Decimal 113 91 207
Hex 71 5B CF

RGB Percentages of Color #715bcf

%27.49
%22.14
%50.36

CMYK Percentages of Color #715bcf

%45
%56
%0
%19

Triadic Colors of #715bcf

#715bcf #cf715b #5bcf71

Analogous Colors of #715bcf

#715bcf #ab5bcf #5b7fcf

Monochromatic Colors of #715bcf

#715bcf

Complementary Color

#715bcf #b9cf5b

#715bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#715bcf Color CSS Codes

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

#715bcf Text Font Color

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

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


#715bcf Background Color

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

This div background color is #715bcf


#715bcf Border Color

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

This div border color is #715bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715bcf


Comments

No comments written yet.

Please login to write comment.