Color Hex Logo

#758bed Color Hex

#758BED
(117,139,237)
0 Favorites   0 Comments

Color spaces of #758bed

RGB 117139237
HSL0.640.770.69
HSV229°51°93°
CMYK 0.510.410.00   0.07
XYZ31.854828.361683.9162
Yxy28.36160.22100.1968
Hunter Lab53.255613.5723-56.1458
CIE-Lab60.214018.7998-51.9652

#758bed color RGB value is (117,139,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001011 11101101
Octal 165 213 355
Decimal 117 139 237
Hex 75 8B ED

RGB Percentages of Color #758bed

%23.73
%28.19
%48.07

CMYK Percentages of Color #758bed

%51
%41
%0
%7

Triadic Colors of #758bed

#758bed #ed758b #8bed75

Analogous Colors of #758bed

#758bed #9b75ed #75c7ed

Monochromatic Colors of #758bed

#758bed

Complementary Color

#758bed #edd775

#758bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#758bed Color CSS Codes

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

#758bed Text Font Color

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

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


#758bed Background Color

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

This div background color is #758bed


#758bed Border Color

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

This div border color is #758bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758bed


Comments

No comments written yet.

Please login to write comment.