Color Hex Logo

#703edd Color Hex

#703EDD
(112,62,221)
0 Favorites   0 Comments

Color spaces of #703edd

RGB 11262221
HSL0.720.700.55
HSV259°72°87°
CMYK 0.490.720.00   0.13
XYZ21.455912.110569.6133
Yxy12.11050.20790.1174
Hunter Lab34.800149.1533-94.2421
CIE-Lab41.391257.0672-73.3452

#703edd color RGB value is (112,62,221).

#703edd hex color red value is 112, green value is 62 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #703edd hue: 0.72 , saturation: 0.70 and the lightness value of 703edd is 0.55.

The process color (four color CMYK) of #703edd color hex is 0.49, 0.72, 0.00, 0.13. Web safe color of #703edd is #6633cc. Color #703edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111110 11011101
Octal 160 76 335
Decimal 112 62 221
Hex 70 3E DD

RGB Percentages of Color #703edd

%28.35
%15.70
%55.95

CMYK Percentages of Color #703edd

%49
%72
%0
%13

Triadic Colors of #703edd

#703edd #dd703e #3edd70

Analogous Colors of #703edd

#703edd #c03edd #3e5bdd

Monochromatic Colors of #703edd

#703edd

Complementary Color

#703edd #abdd3e

#703edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#703edd Color CSS Codes

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

#703edd Text Font Color

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

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


#703edd Background Color

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

This div background color is #703edd


#703edd Border Color

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

This div border color is #703edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703edd


Comments

No comments written yet.

Please login to write comment.