Color Hex Logo

#7034cb Color Hex

#7034CB
(112,52,203)
0 Favorites   0 Comments

Color spaces of #7034cb

RGB 11252203
HSL0.730.590.50
HSV264°74°80°
CMYK 0.450.740.00   0.20
XYZ18.689610.212557.4861
Yxy10.21250.21630.1182
Hunter Lab31.957048.4684-84.2844
CIE-Lab38.221157.0409-68.1610

#7034cb color RGB value is (112,52,203).

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

The process color (four color CMYK) of #7034cb color hex is 0.45, 0.74, 0.00, 0.20. Web safe color of #7034cb is #6633cc. Color #7034cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110100 11001011
Octal 160 64 313
Decimal 112 52 203
Hex 70 34 CB

RGB Percentages of Color #7034cb

%30.52
%14.17
%55.31

CMYK Percentages of Color #7034cb

%45
%74
%0
%20

Triadic Colors of #7034cb

#7034cb #cb7034 #34cb70

Analogous Colors of #7034cb

#7034cb #bc34cb #3444cb

Monochromatic Colors of #7034cb

#7034cb

Complementary Color

#7034cb #8fcb34

#7034cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7034cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7034cb Color CSS Codes

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

#7034cb Text Font Color

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

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


#7034cb Background Color

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

This div background color is #7034cb


#7034cb Border Color

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

This div border color is #7034cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7034cb


Comments

No comments written yet.

Please login to write comment.