Color Hex Logo

#754ddb Color Hex

#754DDB
(117,77,219)
0 Favorites   0 Comments

Color spaces of #754ddb

RGB 11777219
HSL0.710.660.58
HSV257°65°86°
CMYK 0.470.650.00   0.14
XYZ22.776214.204168.5591
Yxy14.20410.21580.1346
Hunter Lab37.688341.9184-81.4730
CIE-Lab44.524249.6836-67.0693

#754ddb color RGB value is (117,77,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001101 11011011
Octal 165 115 333
Decimal 117 77 219
Hex 75 4D DB

RGB Percentages of Color #754ddb

%28.33
%18.64
%53.03

CMYK Percentages of Color #754ddb

%47
%65
%0
%14

Triadic Colors of #754ddb

#754ddb #db754d #4ddb75

Analogous Colors of #754ddb

#754ddb #bc4ddb #4d6cdb

Monochromatic Colors of #754ddb

#754ddb

Complementary Color

#754ddb #b3db4d

#754ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#754ddb Color CSS Codes

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

#754ddb Text Font Color

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

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


#754ddb Background Color

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

This div background color is #754ddb


#754ddb Border Color

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

This div border color is #754ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754ddb


Comments

No comments written yet.

Please login to write comment.