Color Hex Logo

#7d34dd Color Hex

#7D34DD
(125,52,221)
0 Favorites   0 Comments

Color spaces of #7d34dd

RGB 12552221
HSL0.740.710.54
HSV266°76°87°
CMYK 0.430.760.00   0.13
XYZ22.736612.036469.5315
Yxy12.03640.21800.1154
Hunter Lab34.693556.2674-94.5414
CIE-Lab41.273963.5135-73.4799

#7d34dd color RGB value is (125,52,221).

#7d34dd hex color red value is 125, green value is 52 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7d34dd hue: 0.74 , saturation: 0.71 and the lightness value of 7d34dd is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 00110100 11011101
Octal 175 64 335
Decimal 125 52 221
Hex 7D 34 DD

RGB Percentages of Color #7d34dd

%31.41
%13.07
%55.53

CMYK Percentages of Color #7d34dd

%43
%76
%0
%13

Triadic Colors of #7d34dd

#7d34dd #dd7d34 #34dd7d

Analogous Colors of #7d34dd

#7d34dd #d234dd #3440dd

Monochromatic Colors of #7d34dd

#7d34dd

Complementary Color

#7d34dd #94dd34

#7d34dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d34dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d34dd Color CSS Codes

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

#7d34dd Text Font Color

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

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


#7d34dd Background Color

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

This div background color is #7d34dd


#7d34dd Border Color

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

This div border color is #7d34dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d34dd


Comments

No comments written yet.

Please login to write comment.