Color Hex Logo

#758bea Color Hex

#758BEA
(117,139,234)
0 Favorites   0 Comments

Color spaces of #758bea

RGB 117139234
HSL0.640.740.69
HSV229°50°92°
CMYK 0.500.410.00   0.08
XYZ31.420028.187781.6267
Yxy28.18770.22250.1996
Hunter Lab53.092112.7255-53.9912
CIE-Lab60.057917.8852-50.5513

#758bea color RGB value is (117,139,234).

#758bea hex color red value is 117, green value is 139 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #758bea hue: 0.64 , saturation: 0.74 and the lightness value of 758bea is 0.69.

The process color (four color CMYK) of #758bea color hex is 0.50, 0.41, 0.00, 0.08. Web safe color of #758bea is #6699ff. Color #758bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001011 11101010
Octal 165 213 352
Decimal 117 139 234
Hex 75 8B EA

RGB Percentages of Color #758bea

%23.88
%28.37
%47.76

CMYK Percentages of Color #758bea

%50
%41
%0
%8

Triadic Colors of #758bea

#758bea #ea758b #8bea75

Analogous Colors of #758bea

#758bea #9a75ea #75c6ea

Monochromatic Colors of #758bea

#758bea

Complementary Color

#758bea #ead475

#758bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#758bea Color CSS Codes

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

#758bea Text Font Color

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

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


#758bea Background Color

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

This div background color is #758bea


#758bea Border Color

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

This div border color is #758bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758bea


Comments

No comments written yet.

Please login to write comment.