Color Hex Logo

#757cdd Color Hex

#757CDD
(117,124,221)
0 Favorites   0 Comments

Color spaces of #757cdd

RGB 117124221
HSL0.660.600.66
HSV236°47°87°
CMYK 0.470.440.00   0.13
XYZ27.594923.417771.4723
Yxy23.41770.22530.1912
Hunter Lab48.391817.1019-53.6940
CIE-Lab55.500022.8907-50.5399

#757cdd color RGB value is (117,124,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111100 11011101
Octal 165 174 335
Decimal 117 124 221
Hex 75 7C DD

RGB Percentages of Color #757cdd

%25.32
%26.84
%47.84

CMYK Percentages of Color #757cdd

%47
%44
%0
%13

Triadic Colors of #757cdd

#757cdd #dd757c #7cdd75

Analogous Colors of #757cdd

#757cdd #a275dd #75b0dd

Monochromatic Colors of #757cdd

#757cdd

Complementary Color

#757cdd #ddd675

#757cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#757cdd Color CSS Codes

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

#757cdd Text Font Color

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

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


#757cdd Background Color

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

This div background color is #757cdd


#757cdd Border Color

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

This div border color is #757cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757cdd


Comments

No comments written yet.

Please login to write comment.