Color Hex Logo

#7d1ea4 Color Hex

#7D1EA4
(125,30,164)
0 Favorites   0 Comments

Color spaces of #7d1ea4

RGB 12530164
HSL0.780.690.38
HSV283°82°64°
CMYK 0.240.820.00   0.36
XYZ15.62267.968935.8367
Yxy7.96890.26290.1341
Hunter Lab28.229249.3841-55.5075
CIE-Lab33.918058.7253-52.0214

#7d1ea4 color RGB value is (125,30,164).

#7d1ea4 hex color red value is 125, green value is 30 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #7d1ea4 hue: 0.78 , saturation: 0.69 and the lightness value of 7d1ea4 is 0.38.

The process color (four color CMYK) of #7d1ea4 color hex is 0.24, 0.82, 0.00, 0.36. Web safe color of #7d1ea4 is #663399. Color #7d1ea4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00011110 10100100
Octal 175 36 244
Decimal 125 30 164
Hex 7D 1E A4

RGB Percentages of Color #7d1ea4

%39.18
%9.40
%51.41

CMYK Percentages of Color #7d1ea4

%24
%82
%0
%36

Triadic Colors of #7d1ea4

#7d1ea4 #a47d1e #1ea47d

Analogous Colors of #7d1ea4

#7d1ea4 #a41e88 #3a1ea4

Monochromatic Colors of #7d1ea4

#7d1ea4

Complementary Color

#7d1ea4 #45a41e

#7d1ea4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d1ea4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d1ea4 Color CSS Codes

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

#7d1ea4 Text Font Color

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

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


#7d1ea4 Background Color

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

This div background color is #7d1ea4


#7d1ea4 Border Color

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

This div border color is #7d1ea4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d1ea4


Comments

No comments written yet.

Please login to write comment.