Color Hex Logo

#757ddc Color Hex

#757DDC
(117,125,220)
0 Favorites   0 Comments

Color spaces of #757ddc

RGB 117125220
HSL0.650.600.66
HSV235°47°86°
CMYK 0.470.430.00   0.14
XYZ27.588023.616470.8145
Yxy23.61640.22610.1935
Hunter Lab48.596716.2889-52.3789
CIE-Lab55.701721.9939-49.6573

#757ddc color RGB value is (117,125,220).

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

The process color (four color CMYK) of #757ddc color hex is 0.47, 0.43, 0.00, 0.14. Web safe color of #757ddc is #6666cc. Color #757ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111101 11011100
Octal 165 175 334
Decimal 117 125 220
Hex 75 7D DC

RGB Percentages of Color #757ddc

%25.32
%27.06
%47.62

CMYK Percentages of Color #757ddc

%47
%43
%0
%14

Triadic Colors of #757ddc

#757ddc #dc757d #7ddc75

Analogous Colors of #757ddc

#757ddc #a175dc #75b1dc

Monochromatic Colors of #757ddc

#757ddc

Complementary Color

#757ddc #dcd475

#757ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#757ddc Color CSS Codes

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

#757ddc Text Font Color

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

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


#757ddc Background Color

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

This div background color is #757ddc


#757ddc Border Color

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

This div border color is #757ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757ddc


Comments

No comments written yet.

Please login to write comment.