Color Hex Logo

#754adb Color Hex

#754ADB
(117,74,219)
0 Favorites   0 Comments

Color spaces of #754adb

RGB 11774219
HSL0.720.670.57
HSV258°66°86°
CMYK 0.470.660.00   0.14
XYZ22.571113.793968.4907
Yxy13.79390.21530.1316
Hunter Lab37.140143.4842-83.3395
CIE-Lab43.935951.2845-68.0266

#754adb color RGB value is (117,74,219).

#754adb hex color red value is 117, green value is 74 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #754adb hue: 0.72 , saturation: 0.67 and the lightness value of 754adb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001010 11011011
Octal 165 112 333
Decimal 117 74 219
Hex 75 4A DB

RGB Percentages of Color #754adb

%28.54
%18.05
%53.41

CMYK Percentages of Color #754adb

%47
%66
%0
%14

Triadic Colors of #754adb

#754adb #db754a #4adb75

Analogous Colors of #754adb

#754adb #be4adb #4a68db

Monochromatic Colors of #754adb

#754adb

Complementary Color

#754adb #b0db4a

#754adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#754adb Color CSS Codes

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

#754adb Text Font Color

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

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


#754adb Background Color

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

This div background color is #754adb


#754adb Border Color

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

This div border color is #754adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754adb


Comments

No comments written yet.

Please login to write comment.