Color Hex Logo

#717bbd Color Hex

#717BBD
(113,123,189)
0 Favorites   0 Comments

Color spaces of #717bbd

RGB 113123189
HSL0.640.370.59
HSV232°40°74°
CMYK 0.400.350.00   0.26
XYZ23.078321.350851.0489
Yxy21.35080.24170.2236
Hunter Lab46.20698.2907-33.1581
CIE-Lab53.331313.0891-35.8350

#717bbd color RGB value is (113,123,189).

#717bbd hex color red value is 113, green value is 123 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #717bbd hue: 0.64 , saturation: 0.37 and the lightness value of 717bbd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111011 10111101
Octal 161 173 275
Decimal 113 123 189
Hex 71 7B BD

RGB Percentages of Color #717bbd

%26.59
%28.94
%44.47

CMYK Percentages of Color #717bbd

%40
%35
%0
%26

Triadic Colors of #717bbd

#717bbd #bd717b #7bbd71

Analogous Colors of #717bbd

#717bbd #8d71bd #71a1bd

Monochromatic Colors of #717bbd

#717bbd

Complementary Color

#717bbd #bdb371

#717bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#717bbd Color CSS Codes

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

#717bbd Text Font Color

<p style="color:#717bbd">Text here</p>

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


#717bbd Background Color

<div style="background-color:#717bbd">
Div content here</div>

This div background color is #717bbd


#717bbd Border Color

<div style="border:3px solid #717bbd">
Div here</div>

This div border color is #717bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717bbd

#717bbd Color Palettes


Comments

No comments written yet.

Please login to write comment.