Color Hex Logo

#7058df Color Hex

#7058DF
(112,88,223)
0 Favorites   0 Comments

Color spaces of #7058df

RGB 11288223
HSL0.700.680.61
HSV251°61°87°
CMYK 0.500.610.00   0.13
XYZ23.491115.751971.6143
Yxy15.75190.21190.1421
Hunter Lab39.688736.1962-79.2009
CIE-Lab46.647343.7484-65.9183

#7058df color RGB value is (112,88,223).

#7058df hex color red value is 112, green value is 88 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7058df hue: 0.70 , saturation: 0.68 and the lightness value of 7058df is 0.61.

The process color (four color CMYK) of #7058df color hex is 0.50, 0.61, 0.00, 0.13. Web safe color of #7058df is #6666cc. Color #7058df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01011000 11011111
Octal 160 130 337
Decimal 112 88 223
Hex 70 58 DF

RGB Percentages of Color #7058df

%26.48
%20.80
%52.72

CMYK Percentages of Color #7058df

%50
%61
%0
%13

Triadic Colors of #7058df

#7058df #df7058 #58df70

Analogous Colors of #7058df

#7058df #b458df #5884df

Monochromatic Colors of #7058df

#7058df

Complementary Color

#7058df #c7df58

#7058df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7058df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7058df Color CSS Codes

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

#7058df Text Font Color

<p style="color:#7058df">Text here</p>

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


#7058df Background Color

<div style="background-color:#7058df">
Div content here</div>

This div background color is #7058df


#7058df Border Color

<div style="border:3px solid #7058df">
Div here</div>

This div border color is #7058df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,88,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7058df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7058df;
  -webkit-box-shadow: 1px 1px 3px 2px #7058df;
  box-shadow:         1px 1px 3px 2px #7058df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7058df


Comments

No comments written yet.

Please login to write comment.