Color Hex Logo

#7185df Color Hex

#7185DF
(113,133,223)
0 Favorites   0 Comments

Color spaces of #7185df

RGB 113133223
HSL0.640.630.66
HSV229°49°87°
CMYK 0.490.400.00   0.13
XYZ28.516925.613573.2529
Yxy25.61350.22390.2011
Hunter Lab50.609812.0116-50.3899
CIE-Lab57.668417.1914-48.2330

#7185df color RGB value is (113,133,223).

#7185df hex color red value is 113, green value is 133 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7185df hue: 0.64 , saturation: 0.63 and the lightness value of 7185df is 0.66.

The process color (four color CMYK) of #7185df color hex is 0.49, 0.40, 0.00, 0.13. Web safe color of #7185df is #6699cc. Color #7185df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000101 11011111
Octal 161 205 337
Decimal 113 133 223
Hex 71 85 DF

RGB Percentages of Color #7185df

%24.09
%28.36
%47.55

CMYK Percentages of Color #7185df

%49
%40
%0
%13

Triadic Colors of #7185df

#7185df #df7185 #85df71

Analogous Colors of #7185df

#7185df #9471df #71bcdf

Monochromatic Colors of #7185df

#7185df

Complementary Color

#7185df #dfcb71

#7185df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7185df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7185df Color CSS Codes

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

#7185df Text Font Color

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

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


#7185df Background Color

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

This div background color is #7185df


#7185df Border Color

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

This div border color is #7185df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,133,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 #7185df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7185df


Comments

No comments written yet.

Please login to write comment.