Color Hex Logo

#7434dd Color Hex

#7434DD
(116,52,221)
0 Favorites   0 Comments

Color spaces of #7434dd

RGB 11652221
HSL0.730.710.54
HSV263°76°87°
CMYK 0.480.760.00   0.13
XYZ21.481611.389469.4728
Yxy11.38940.20990.1113
Hunter Lab33.748254.5606-98.4285
CIE-Lab40.228762.1994-75.2335

#7434dd color RGB value is (116,52,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110100 11011101
Octal 164 64 335
Decimal 116 52 221
Hex 74 34 DD

RGB Percentages of Color #7434dd

%29.82
%13.37
%56.81

CMYK Percentages of Color #7434dd

%48
%76
%0
%13

Triadic Colors of #7434dd

#7434dd #dd7434 #34dd74

Analogous Colors of #7434dd

#7434dd #c934dd #3448dd

Monochromatic Colors of #7434dd

#7434dd

Complementary Color

#7434dd #9ddd34

#7434dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7434dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7434dd Color CSS Codes

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

#7434dd Text Font Color

<p style="color:#7434dd">Text here</p>

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


#7434dd Background Color

<div style="background-color:#7434dd">
Div content here</div>

This div background color is #7434dd


#7434dd Border Color

<div style="border:3px solid #7434dd">
Div here</div>

This div border color is #7434dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7434dd


Comments

No comments written yet.

Please login to write comment.