Color Hex Logo

#717aeb Color Hex

#717AEB
(113,122,235)
0 Favorites   0 Comments

Color spaces of #717aeb

RGB 113122235
HSL0.650.750.68
HSV236°52°92°
CMYK 0.520.480.00   0.08
XYZ28.765023.427981.6032
Yxy23.42790.21500.1751
Hunter Lab48.402421.3764-66.0773
CIE-Lab55.510427.4609-58.3745

#717aeb color RGB value is (113,122,235).

#717aeb hex color red value is 113, green value is 122 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #717aeb hue: 0.65 , saturation: 0.75 and the lightness value of 717aeb is 0.68.

The process color (four color CMYK) of #717aeb color hex is 0.52, 0.48, 0.00, 0.08. Web safe color of #717aeb is #6666ff. Color #717aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111010 11101011
Octal 161 172 353
Decimal 113 122 235
Hex 71 7A EB

RGB Percentages of Color #717aeb

%24.04
%25.96
%50.00

CMYK Percentages of Color #717aeb

%52
%48
%0
%8

Triadic Colors of #717aeb

#717aeb #eb717a #7aeb71

Analogous Colors of #717aeb

#717aeb #a571eb #71b7eb

Monochromatic Colors of #717aeb

#717aeb

Complementary Color

#717aeb #ebe271

#717aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#717aeb Color CSS Codes

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

#717aeb Text Font Color

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

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


#717aeb Background Color

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

This div background color is #717aeb


#717aeb Border Color

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

This div border color is #717aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717aeb


Comments

No comments written yet.

Please login to write comment.