Color Hex Logo

#754dde Color Hex

#754DDE
(117,77,222)
0 Favorites   0 Comments

Color spaces of #754dde

RGB 11777222
HSL0.710.690.59
HSV257°65°87°
CMYK 0.470.650.00   0.13
XYZ23.174814.363670.6582
Yxy14.36360.21420.1328
Hunter Lab37.899342.8259-84.0087
CIE-Lab44.749950.5120-68.4121

#754dde color RGB value is (117,77,222).

#754dde hex color red value is 117, green value is 77 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #754dde hue: 0.71 , saturation: 0.69 and the lightness value of 754dde is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001101 11011110
Octal 165 115 336
Decimal 117 77 222
Hex 75 4D DE

RGB Percentages of Color #754dde

%28.13
%18.51
%53.37

CMYK Percentages of Color #754dde

%47
%65
%0
%13

Triadic Colors of #754dde

#754dde #de754d #4dde75

Analogous Colors of #754dde

#754dde #be4dde #4d6ede

Monochromatic Colors of #754dde

#754dde

Complementary Color

#754dde #b6de4d

#754dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#754dde Color CSS Codes

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

#754dde Text Font Color

<p style="color:#754dde">Text here</p>

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


#754dde Background Color

<div style="background-color:#754dde">
Div content here</div>

This div background color is #754dde


#754dde Border Color

<div style="border:3px solid #754dde">
Div here</div>

This div border color is #754dde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,77,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #754dde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #754dde;
  -webkit-box-shadow: 1px 1px 3px 2px #754dde;
  box-shadow:         1px 1px 3px 2px #754dde; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754dde


Comments

No comments written yet.

Please login to write comment.