Color Hex Logo

#758cbe Color Hex

#758CBE
(117,140,190)
0 Favorites   0 Comments

Color spaces of #758cbe

RGB 117140190
HSL0.610.360.60
HSV221°38°75°
CMYK 0.380.260.00   0.25
XYZ26.008526.255852.4123
Yxy26.25580.24850.2508
Hunter Lab51.24040.9319-24.7777
CIE-Lab58.27914.4419-28.6755

#758cbe color RGB value is (117,140,190).

#758cbe hex color red value is 117, green value is 140 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #758cbe hue: 0.61 , saturation: 0.36 and the lightness value of 758cbe is 0.60.

The process color (four color CMYK) of #758cbe color hex is 0.38, 0.26, 0.00, 0.25. Web safe color of #758cbe is #6699cc. Color #758cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001100 10111110
Octal 165 214 276
Decimal 117 140 190
Hex 75 8C BE

RGB Percentages of Color #758cbe

%26.17
%31.32
%42.51

CMYK Percentages of Color #758cbe

%38
%26
%0
%25

Triadic Colors of #758cbe

#758cbe #be758c #8cbe75

Analogous Colors of #758cbe

#758cbe #8375be #75b1be

Monochromatic Colors of #758cbe

#758cbe

Complementary Color

#758cbe #bea775

#758cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#758cbe Color CSS Codes

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

#758cbe Text Font Color

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

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


#758cbe Background Color

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

This div background color is #758cbe


#758cbe Border Color

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

This div border color is #758cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758cbe


Comments

No comments written yet.

Please login to write comment.