Color Hex Logo

#7434ff Color Hex

#7434FF
(116,52,255)
0 Favorites   0 Comments

Color spaces of #7434ff

RGB 11652255
HSL0.721.000.60
HSV259°80°100°
CMYK 0.550.800.00   0.00
XYZ26.480513.389095.7964
Yxy13.38900.19520.0987
Hunter Lab36.591065.1443-129.6095
CIE-Lab43.343670.7707-89.3264

#7434ff color RGB value is (116,52,255).

#7434ff hex color red value is 116, green value is 52 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7434ff hue: 0.72 , saturation: 1.00 and the lightness value of 7434ff is 0.60.

The process color (four color CMYK) of #7434ff color hex is 0.55, 0.80, 0.00, 0.00. Web safe color of #7434ff is #6633ff. Color #7434ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110100 11111111
Octal 164 64 377
Decimal 116 52 255
Hex 74 34 FF

RGB Percentages of Color #7434ff

%27.42
%12.29
%60.28

CMYK Percentages of Color #7434ff

%55
%80
%0
%0

Triadic Colors of #7434ff

#7434ff #ff7434 #34ff74

Analogous Colors of #7434ff

#7434ff #da34ff #345aff

Monochromatic Colors of #7434ff

#7434ff

Complementary Color

#7434ff #bfff34

#7434ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7434ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7434ff Color CSS Codes

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

#7434ff Text Font Color

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

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


#7434ff Background Color

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

This div background color is #7434ff


#7434ff Border Color

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

This div border color is #7434ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7434ff


Comments

No comments written yet.

Please login to write comment.