Color Hex Logo

#758cbc Color Hex

#758CBC
(117,140,188)
0 Favorites   0 Comments

Color spaces of #758cbc

RGB 117140188
HSL0.610.350.60
HSV221°38°74°
CMYK 0.380.260.00   0.26
XYZ25.791326.168951.2687
Yxy26.16890.24980.2535
Hunter Lab51.15550.4729-23.6123
CIE-Lab58.19703.8894-27.6685

#758cbc color RGB value is (117,140,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001100 10111100
Octal 165 214 274
Decimal 117 140 188
Hex 75 8C BC

RGB Percentages of Color #758cbc

%26.29
%31.46
%42.25

CMYK Percentages of Color #758cbc

%38
%26
%0
%26

Triadic Colors of #758cbc

#758cbc #bc758c #8cbc75

Analogous Colors of #758cbc

#758cbc #8275bc #75b0bc

Monochromatic Colors of #758cbc

#758cbc

Complementary Color

#758cbc #bca575

#758cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#758cbc Color CSS Codes

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

#758cbc Text Font Color

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

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


#758cbc Background Color

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

This div background color is #758cbc


#758cbc Border Color

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

This div border color is #758cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758cbc


Comments

No comments written yet.

Please login to write comment.