Color Hex Logo

#7049cb Color Hex

#7049CB
(112,73,203)
0 Favorites   0 Comments

Color spaces of #7049cb

RGB 11273203
HSL0.720.560.54
HSV258°64°80°
CMYK 0.450.640.00   0.20
XYZ19.844112.521657.8709
Yxy12.52160.21990.1388
Hunter Lab35.385938.1760-72.1942
CIE-Lab42.033446.4765-61.9480

#7049cb color RGB value is (112,73,203).

#7049cb hex color red value is 112, green value is 73 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7049cb hue: 0.72 , saturation: 0.56 and the lightness value of 7049cb is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001001 11001011
Octal 160 111 313
Decimal 112 73 203
Hex 70 49 CB

RGB Percentages of Color #7049cb

%28.87
%18.81
%52.32

CMYK Percentages of Color #7049cb

%45
%64
%0
%20

Triadic Colors of #7049cb

#7049cb #cb7049 #49cb70

Analogous Colors of #7049cb

#7049cb #b149cb #4963cb

Monochromatic Colors of #7049cb

#7049cb

Complementary Color

#7049cb #a4cb49

#7049cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7049cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7049cb Color CSS Codes

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

#7049cb Text Font Color

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

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


#7049cb Background Color

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

This div background color is #7049cb


#7049cb Border Color

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

This div border color is #7049cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,73,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 #7049cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7049cb


Comments

No comments written yet.

Please login to write comment.