Color Hex Logo

#7093ef Color Hex

#7093EF
(112,147,239)
0 Favorites   0 Comments

Color spaces of #7093ef

RGB 112147239
HSL0.620.800.69
HSV223°53°94°
CMYK 0.530.380.00   0.06
XYZ32.695830.544285.8337
Yxy30.54420.21930.2049
Hunter Lab55.26688.8835-53.3953
CIE-Lab62.121013.6102-50.0636

#7093ef color RGB value is (112,147,239).

#7093ef hex color red value is 112, green value is 147 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7093ef hue: 0.62 , saturation: 0.80 and the lightness value of 7093ef is 0.69.

The process color (four color CMYK) of #7093ef color hex is 0.53, 0.38, 0.00, 0.06. Web safe color of #7093ef is #6699ff. Color #7093ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10010011 11101111
Octal 160 223 357
Decimal 112 147 239
Hex 70 93 EF

RGB Percentages of Color #7093ef

%22.49
%29.52
%47.99

CMYK Percentages of Color #7093ef

%53
%38
%0
%6

Triadic Colors of #7093ef

#7093ef #ef7093 #93ef70

Analogous Colors of #7093ef

#7093ef #8d70ef #70d3ef

Monochromatic Colors of #7093ef

#7093ef

Complementary Color

#7093ef #efcc70

#7093ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7093ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7093ef Color CSS Codes

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

#7093ef Text Font Color

<p style="color:#7093ef">Text here</p>

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


#7093ef Background Color

<div style="background-color:#7093ef">
Div content here</div>

This div background color is #7093ef


#7093ef Border Color

<div style="border:3px solid #7093ef">
Div here</div>

This div border color is #7093ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,147,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7093ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7093ef;
  -webkit-box-shadow: 1px 1px 3px 2px #7093ef;
  box-shadow:         1px 1px 3px 2px #7093ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7093ef


Comments

No comments written yet.

Please login to write comment.