Color Hex Logo

#703eef Color Hex

#703EEF
(112,62,239)
0 Favorites   0 Comments

Color spaces of #703eef

RGB 11262239
HSL0.710.850.59
HSV257°74°94°
CMYK 0.530.740.00   0.06
XYZ23.984713.122082.9300
Yxy13.12200.19980.1093
Hunter Lab36.224354.7952-110.3784
CIE-Lab42.946561.8826-81.0157

#703eef color RGB value is (112,62,239).

#703eef hex color red value is 112, green value is 62 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #703eef hue: 0.71 , saturation: 0.85 and the lightness value of 703eef is 0.59.

The process color (four color CMYK) of #703eef color hex is 0.53, 0.74, 0.00, 0.06. Web safe color of #703eef is #6633ff. Color #703eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111110 11101111
Octal 160 76 357
Decimal 112 62 239
Hex 70 3E EF

RGB Percentages of Color #703eef

%27.12
%15.01
%57.87

CMYK Percentages of Color #703eef

%53
%74
%0
%6

Triadic Colors of #703eef

#703eef #ef703e #3eef70

Analogous Colors of #703eef

#703eef #c93eef #3e65ef

Monochromatic Colors of #703eef

#703eef

Complementary Color

#703eef #bdef3e

#703eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#703eef Color CSS Codes

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

#703eef Text Font Color

<p style="color:#703eef">Text here</p>

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


#703eef Background Color

<div style="background-color:#703eef">
Div content here</div>

This div background color is #703eef


#703eef Border Color

<div style="border:3px solid #703eef">
Div here</div>

This div border color is #703eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703eef


Comments

No comments written yet.

Please login to write comment.