Color Hex Logo

#715dcb Color Hex

#715DCB
(113,93,203)
0 Favorites   0 Comments

Color spaces of #715dcb

RGB 11393203
HSL0.700.510.58
HSV251°54°80°
CMYK 0.440.540.00   0.20
XYZ21.503915.651258.3875
Yxy15.65120.22510.1638
Hunter Lab39.561627.7918-59.8108
CIE-Lab46.513535.2152-54.7043

#715dcb color RGB value is (113,93,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01011101 11001011
Octal 161 135 313
Decimal 113 93 203
Hex 71 5D CB

RGB Percentages of Color #715dcb

%27.63
%22.74
%49.63

CMYK Percentages of Color #715dcb

%44
%54
%0
%20

Triadic Colors of #715dcb

#715dcb #cb715d #5dcb71

Analogous Colors of #715dcb

#715dcb #a85dcb #5d80cb

Monochromatic Colors of #715dcb

#715dcb

Complementary Color

#715dcb #b7cb5d

#715dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#715dcb Color CSS Codes

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

#715dcb Text Font Color

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

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


#715dcb Background Color

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

This div background color is #715dcb


#715dcb Border Color

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

This div border color is #715dcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,93,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 #715dcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715dcb


Comments

No comments written yet.

Please login to write comment.