Color Hex Logo

#7d4adb Color Hex

#7D4ADB
(125,74,219)
0 Favorites   0 Comments

Color spaces of #7d4adb

RGB 12574219
HSL0.730.670.57
HSV261°66°86°
CMYK 0.430.660.00   0.14
XYZ23.692414.372068.5432
Yxy14.37200.22220.1348
Hunter Lab37.910445.2117-80.6608
CIE-Lab44.761852.7694-66.6465

#7d4adb color RGB value is (125,74,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 01001010 11011011
Octal 175 112 333
Decimal 125 74 219
Hex 7D 4A DB

RGB Percentages of Color #7d4adb

%29.90
%17.70
%52.39

CMYK Percentages of Color #7d4adb

%43
%66
%0
%14

Triadic Colors of #7d4adb

#7d4adb #db7d4a #4adb7d

Analogous Colors of #7d4adb

#7d4adb #c64adb #4a60db

Monochromatic Colors of #7d4adb

#7d4adb

Complementary Color

#7d4adb #a8db4a

#7d4adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d4adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d4adb Color CSS Codes

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

#7d4adb Text Font Color

<p style="color:#7d4adb">Text here</p>

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


#7d4adb Background Color

<div style="background-color:#7d4adb">
Div content here</div>

This div background color is #7d4adb


#7d4adb Border Color

<div style="border:3px solid #7d4adb">
Div here</div>

This div border color is #7d4adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d4adb


Comments

No comments written yet.

Please login to write comment.