Color Hex Logo

#758fcb Color Hex

#758FCB
(117,143,203)
0 Favorites   0 Comments

Color spaces of #758fcb

RGB 117143203
HSL0.620.450.63
HSV222°42°80°
CMYK 0.420.300.00   0.20
XYZ27.938127.738660.3815
Yxy27.73860.24070.2390
Hunter Lab52.66742.5195-31.1068
CIE-Lab59.65186.3618-33.8811

#758fcb color RGB value is (117,143,203).

#758fcb hex color red value is 117, green value is 143 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #758fcb hue: 0.62 , saturation: 0.45 and the lightness value of 758fcb is 0.63.

The process color (four color CMYK) of #758fcb color hex is 0.42, 0.30, 0.00, 0.20. Web safe color of #758fcb is #6699cc. Color #758fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001111 11001011
Octal 165 217 313
Decimal 117 143 203
Hex 75 8F CB

RGB Percentages of Color #758fcb

%25.27
%30.89
%43.84

CMYK Percentages of Color #758fcb

%42
%30
%0
%20

Triadic Colors of #758fcb

#758fcb #cb758f #8fcb75

Analogous Colors of #758fcb

#758fcb #8675cb #75bacb

Monochromatic Colors of #758fcb

#758fcb

Complementary Color

#758fcb #cbb175

#758fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#758fcb Color CSS Codes

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

#758fcb Text Font Color

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

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


#758fcb Background Color

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

This div background color is #758fcb


#758fcb Border Color

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

This div border color is #758fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758fcb


Comments

No comments written yet.

Please login to write comment.