Color Hex Logo

#757cdf Color Hex

#757CDF
(117,124,223)
0 Favorites   0 Comments

Color spaces of #757cdf

RGB 117124223
HSL0.660.620.67
HSV236°48°87°
CMYK 0.480.440.00   0.13
XYZ27.863123.524972.8843
Yxy23.52490.22420.1893
Hunter Lab48.502517.6631-55.1429
CIE-Lab55.608923.4903-51.4893

#757cdf color RGB value is (117,124,223).

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

The process color (four color CMYK) of #757cdf color hex is 0.48, 0.44, 0.00, 0.13. Web safe color of #757cdf is #6666cc. Color #757cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111100 11011111
Octal 165 174 337
Decimal 117 124 223
Hex 75 7C DF

RGB Percentages of Color #757cdf

%25.22
%26.72
%48.06

CMYK Percentages of Color #757cdf

%48
%44
%0
%13

Triadic Colors of #757cdf

#757cdf #df757c #7cdf75

Analogous Colors of #757cdf

#757cdf #a375df #75b1df

Monochromatic Colors of #757cdf

#757cdf

Complementary Color

#757cdf #dfd875

#757cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#757cdf Color CSS Codes

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

#757cdf Text Font Color

<p style="color:#757cdf">Text here</p>

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


#757cdf Background Color

<div style="background-color:#757cdf">
Div content here</div>

This div background color is #757cdf


#757cdf Border Color

<div style="border:3px solid #757cdf">
Div here</div>

This div border color is #757cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757cdf


Comments

No comments written yet.

Please login to write comment.