Color Hex Logo

#7051dc Color Hex

#7051DC
(112,81,220)
0 Favorites   0 Comments

Color spaces of #7051dc

RGB 11281220
HSL0.700.670.59
HSV253°63°86°
CMYK 0.490.630.00   0.14
XYZ22.542814.496969.3202
Yxy14.49690.21190.1363
Hunter Lab38.074839.0529-81.2929
CIE-Lab44.937346.8387-66.9891

#7051dc color RGB value is (112,81,220).

#7051dc hex color red value is 112, green value is 81 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7051dc hue: 0.70 , saturation: 0.67 and the lightness value of 7051dc is 0.59.

The process color (four color CMYK) of #7051dc color hex is 0.49, 0.63, 0.00, 0.14. Web safe color of #7051dc is #6666cc. Color #7051dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010001 11011100
Octal 160 121 334
Decimal 112 81 220
Hex 70 51 DC

RGB Percentages of Color #7051dc

%27.12
%19.61
%53.27

CMYK Percentages of Color #7051dc

%49
%63
%0
%14

Triadic Colors of #7051dc

#7051dc #dc7051 #51dc70

Analogous Colors of #7051dc

#7051dc #b651dc #5178dc

Monochromatic Colors of #7051dc

#7051dc

Complementary Color

#7051dc #bddc51

#7051dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7051dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7051dc Color CSS Codes

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

#7051dc Text Font Color

<p style="color:#7051dc">Text here</p>

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


#7051dc Background Color

<div style="background-color:#7051dc">
Div content here</div>

This div background color is #7051dc


#7051dc Border Color

<div style="border:3px solid #7051dc">
Div here</div>

This div border color is #7051dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,81,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7051dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7051dc;
  -webkit-box-shadow: 1px 1px 3px 2px #7051dc;
  box-shadow:         1px 1px 3px 2px #7051dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7051dc


Comments

No comments written yet.

Please login to write comment.