Color Hex Logo

#7034da Color Hex

#7034DA
(112,52,218)
0 Favorites   0 Comments

Color spaces of #7034da

RGB 11252218
HSL0.730.690.53
HSV262°76°85°
CMYK 0.490.760.00   0.15
XYZ20.565010.962767.3618
Yxy10.96270.20800.1109
Hunter Lab33.110052.9261-97.4478
CIE-Lab39.517660.8697-74.6977

#7034da color RGB value is (112,52,218).

#7034da hex color red value is 112, green value is 52 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7034da hue: 0.73 , saturation: 0.69 and the lightness value of 7034da is 0.53.

The process color (four color CMYK) of #7034da color hex is 0.49, 0.76, 0.00, 0.15. Web safe color of #7034da is #6633cc. Color #7034da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110100 11011010
Octal 160 64 332
Decimal 112 52 218
Hex 70 34 DA

RGB Percentages of Color #7034da

%29.32
%13.61
%57.07

CMYK Percentages of Color #7034da

%49
%76
%0
%15

Triadic Colors of #7034da

#7034da #da7034 #34da70

Analogous Colors of #7034da

#7034da #c334da #344bda

Monochromatic Colors of #7034da

#7034da

Complementary Color

#7034da #9eda34

#7034da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7034da Color Preview on White Background

Lorem ipsum dolor sit amet.

#7034da Color CSS Codes

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

#7034da Text Font Color

<p style="color:#7034da">Text here</p>

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


#7034da Background Color

<div style="background-color:#7034da">
Div content here</div>

This div background color is #7034da


#7034da Border Color

<div style="border:3px solid #7034da">
Div here</div>

This div border color is #7034da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,52,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7034da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7034da;
  -webkit-box-shadow: 1px 1px 3px 2px #7034da;
  box-shadow:         1px 1px 3px 2px #7034da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7034da


Comments

No comments written yet.

Please login to write comment.