Color Hex Logo

#758aee Color Hex

#758AEE
(117,138,238)
0 Favorites   0 Comments

Color spaces of #758aee

RGB 117138238
HSL0.640.780.70
HSV230°51°93°
CMYK 0.510.420.00   0.07
XYZ31.857228.131984.6399
Yxy28.13190.22030.1945
Hunter Lab53.039514.3936-57.4867
CIE-Lab60.007719.6978-52.8465

#758aee color RGB value is (117,138,238).

#758aee hex color red value is 117, green value is 138 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #758aee hue: 0.64 , saturation: 0.78 and the lightness value of 758aee is 0.70.

The process color (four color CMYK) of #758aee color hex is 0.51, 0.42, 0.00, 0.07. Web safe color of #758aee is #6699ff. Color #758aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001010 11101110
Octal 165 212 356
Decimal 117 138 238
Hex 75 8A EE

RGB Percentages of Color #758aee

%23.73
%27.99
%48.28

CMYK Percentages of Color #758aee

%51
%42
%0
%7

Triadic Colors of #758aee

#758aee #ee758a #8aee75

Analogous Colors of #758aee

#758aee #9d75ee #75c7ee

Monochromatic Colors of #758aee

#758aee

Complementary Color

#758aee #eed975

#758aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#758aee Color CSS Codes

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

#758aee Text Font Color

<p style="color:#758aee">Text here</p>

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


#758aee Background Color

<div style="background-color:#758aee">
Div content here</div>

This div background color is #758aee


#758aee Border Color

<div style="border:3px solid #758aee">
Div here</div>

This div border color is #758aee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,138,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #758aee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #758aee;
  -webkit-box-shadow: 1px 1px 3px 2px #758aee;
  box-shadow:         1px 1px 3px 2px #758aee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,138,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758aee


Comments

No comments written yet.

Please login to write comment.