Color Hex Logo

#758bdc Color Hex

#758BDC
(117,139,220)
0 Favorites   0 Comments

Color spaces of #758bdc

RGB 117139220
HSL0.630.600.66
HSV227°47°86°
CMYK 0.470.370.00   0.14
XYZ29.487027.414571.4475
Yxy27.41450.22970.2136
Hunter Lab52.35898.8981-44.2544
CIE-Lab59.356013.6703-43.8715

#758bdc color RGB value is (117,139,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001011 11011100
Octal 165 213 334
Decimal 117 139 220
Hex 75 8B DC

RGB Percentages of Color #758bdc

%24.58
%29.20
%46.22

CMYK Percentages of Color #758bdc

%47
%37
%0
%14

Triadic Colors of #758bdc

#758bdc #dc758b #8bdc75

Analogous Colors of #758bdc

#758bdc #9375dc #75bfdc

Monochromatic Colors of #758bdc

#758bdc

Complementary Color

#758bdc #dcc675

#758bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#758bdc Color CSS Codes

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

#758bdc Text Font Color

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

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


#758bdc Background Color

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

This div background color is #758bdc


#758bdc Border Color

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

This div border color is #758bdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,139,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 #758bdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758bdc


Comments

No comments written yet.

Please login to write comment.