Color Hex Logo

#758ddf Color Hex

#758DDF
(117,141,223)
0 Favorites   0 Comments

Color spaces of #758ddf

RGB 117141223
HSL0.630.620.67
HSV226°48°87°
CMYK 0.480.370.00   0.13
XYZ30.180328.159473.6567
Yxy28.15940.22860.2133
Hunter Lab53.06548.6551-45.1508
CIE-Lab60.032513.3869-44.4783

#758ddf color RGB value is (117,141,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001101 11011111
Octal 165 215 337
Decimal 117 141 223
Hex 75 8D DF

RGB Percentages of Color #758ddf

%24.32
%29.31
%46.36

CMYK Percentages of Color #758ddf

%48
%37
%0
%13

Triadic Colors of #758ddf

#758ddf #df758d #8ddf75

Analogous Colors of #758ddf

#758ddf #9275df #75c2df

Monochromatic Colors of #758ddf

#758ddf

Complementary Color

#758ddf #dfc775

#758ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#758ddf Color CSS Codes

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

#758ddf Text Font Color

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

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


#758ddf Background Color

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

This div background color is #758ddf


#758ddf Border Color

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

This div border color is #758ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758ddf


Comments

No comments written yet.

Please login to write comment.