Color Hex Logo

#757dd4 Color Hex

#757DD4
(117,125,212)
0 Favorites   0 Comments

Color spaces of #757dd4

RGB 117125212
HSL0.650.520.65
HSV235°45°83°
CMYK 0.450.410.00   0.17
XYZ26.553423.202665.3664
Yxy23.20260.23070.2015
Hunter Lab48.169114.1030-46.7394
CIE-Lab55.280419.6184-45.8208

#757dd4 color RGB value is (117,125,212).

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

The process color (four color CMYK) of #757dd4 color hex is 0.45, 0.41, 0.00, 0.17. Web safe color of #757dd4 is #6666cc. Color #757dd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111101 11010100
Octal 165 175 324
Decimal 117 125 212
Hex 75 7D D4

RGB Percentages of Color #757dd4

%25.77
%27.53
%46.70

CMYK Percentages of Color #757dd4

%45
%41
%0
%17

Triadic Colors of #757dd4

#757dd4 #d4757d #7dd475

Analogous Colors of #757dd4

#757dd4 #9d75d4 #75add4

Monochromatic Colors of #757dd4

#757dd4

Complementary Color

#757dd4 #d4cc75

#757dd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757dd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#757dd4 Color CSS Codes

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

#757dd4 Text Font Color

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

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


#757dd4 Background Color

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

This div background color is #757dd4


#757dd4 Border Color

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

This div border color is #757dd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757dd4


Comments

No comments written yet.

Please login to write comment.