Color Hex Logo

#758adc Color Hex

#758ADC
(117,138,220)
0 Favorites   0 Comments

Color spaces of #758adc

RGB 117138220
HSL0.630.600.66
HSV228°47°86°
CMYK 0.470.370.00   0.14
XYZ29.342927.126271.3995
Yxy27.12620.22950.2121
Hunter Lab52.08289.4200-44.8217
CIE-Lab59.091014.2606-44.2896

#758adc color RGB value is (117,138,220).

#758adc hex color red value is 117, green value is 138 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #758adc hue: 0.63 , saturation: 0.60 and the lightness value of 758adc is 0.66.

The process color (four color CMYK) of #758adc color hex is 0.47, 0.37, 0.00, 0.14. Web safe color of #758adc is #6699cc. Color #758adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001010 11011100
Octal 165 212 334
Decimal 117 138 220
Hex 75 8A DC

RGB Percentages of Color #758adc

%24.63
%29.05
%46.32

CMYK Percentages of Color #758adc

%47
%37
%0
%14

Triadic Colors of #758adc

#758adc #dc758a #8adc75

Analogous Colors of #758adc

#758adc #9475dc #75bedc

Monochromatic Colors of #758adc

#758adc

Complementary Color

#758adc #dcc775

#758adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#758adc Color CSS Codes

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

#758adc Text Font Color

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

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


#758adc Background Color

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

This div background color is #758adc


#758adc Border Color

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

This div border color is #758adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758adc


Comments

No comments written yet.

Please login to write comment.