Color Hex Logo

#758ebc Color Hex

#758EBC
(117,142,188)
0 Favorites   0 Comments

Color spaces of #758ebc

RGB 117142188
HSL0.610.350.60
HSV219°38°74°
CMYK 0.380.240.00   0.26
XYZ26.086226.758751.3670
Yxy26.75870.25030.2568
Hunter Lab51.7288-0.5101-22.6651
CIE-Lab58.75032.7336-26.8140

#758ebc color RGB value is (117,142,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001110 10111100
Octal 165 216 274
Decimal 117 142 188
Hex 75 8E BC

RGB Percentages of Color #758ebc

%26.17
%31.77
%42.06

CMYK Percentages of Color #758ebc

%38
%24
%0
%26

Triadic Colors of #758ebc

#758ebc #bc758e #8ebc75

Analogous Colors of #758ebc

#758ebc #8075bc #75b2bc

Monochromatic Colors of #758ebc

#758ebc

Complementary Color

#758ebc #bca375

#758ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#758ebc Color CSS Codes

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

#758ebc Text Font Color

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

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


#758ebc Background Color

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

This div background color is #758ebc


#758ebc Border Color

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

This div border color is #758ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758ebc


Comments

No comments written yet.

Please login to write comment.