Color Hex Logo

#706edd Color Hex

#706EDD
(112,110,221)
0 Favorites   0 Comments

Color spaces of #706edd

RGB 112110221
HSL0.670.620.65
HSV241°50°87°
CMYK 0.490.500.00   0.13
XYZ25.309219.817170.8978
Yxy19.81710.21810.1708
Hunter Lab44.516423.5801-63.2651
CIE-Lab51.629830.1668-56.7457

#706edd color RGB value is (112,110,221).

#706edd hex color red value is 112, green value is 110 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #706edd hue: 0.67 , saturation: 0.62 and the lightness value of 706edd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101110 11011101
Octal 160 156 335
Decimal 112 110 221
Hex 70 6E DD

RGB Percentages of Color #706edd

%25.28
%24.83
%49.89

CMYK Percentages of Color #706edd

%49
%50
%0
%13

Triadic Colors of #706edd

#706edd #dd706e #6edd70

Analogous Colors of #706edd

#706edd #a86edd #6ea4dd

Monochromatic Colors of #706edd

#706edd

Complementary Color

#706edd #dbdd6e

#706edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#706edd Color CSS Codes

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

#706edd Text Font Color

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

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


#706edd Background Color

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

This div background color is #706edd


#706edd Border Color

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

This div border color is #706edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706edd


Comments

No comments written yet.

Please login to write comment.