Color Hex Logo

#758aec Color Hex

#758AEC
(117,138,236)
0 Favorites   0 Comments

Color spaces of #758aec

RGB 117138236
HSL0.640.760.69
HSV229°50°93°
CMYK 0.500.420.00   0.07
XYZ31.564928.015083.1007
Yxy28.01500.22120.1963
Hunter Lab52.929213.8243-56.0369
CIE-Lab59.902319.0867-51.9068

#758aec color RGB value is (117,138,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001010 11101100
Octal 165 212 354
Decimal 117 138 236
Hex 75 8A EC

RGB Percentages of Color #758aec

%23.83
%28.11
%48.07

CMYK Percentages of Color #758aec

%50
%42
%0
%7

Triadic Colors of #758aec

#758aec #ec758a #8aec75

Analogous Colors of #758aec

#758aec #9c75ec #75c6ec

Monochromatic Colors of #758aec

#758aec

Complementary Color

#758aec #ecd775

#758aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#758aec Color CSS Codes

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

#758aec Text Font Color

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

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


#758aec Background Color

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

This div background color is #758aec


#758aec Border Color

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

This div border color is #758aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758aec


Comments

No comments written yet.

Please login to write comment.