Color Hex Logo

#705edc Color Hex

#705EDC
(112,94,220)
0 Favorites   0 Comments

Color spaces of #705edc

RGB 11294220
HSL0.690.640.62
HSV249°57°86°
CMYK 0.490.570.00   0.14
XYZ23.603116.617569.6736
Yxy16.61750.21480.1512
Hunter Lab40.764632.0153-72.8015
CIE-Lab47.774439.3879-62.3894

#705edc color RGB value is (112,94,220).

#705edc hex color red value is 112, green value is 94 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #705edc hue: 0.69 , saturation: 0.64 and the lightness value of 705edc is 0.62.

The process color (four color CMYK) of #705edc color hex is 0.49, 0.57, 0.00, 0.14. Web safe color of #705edc is #6666cc. Color #705edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01011110 11011100
Octal 160 136 334
Decimal 112 94 220
Hex 70 5E DC

RGB Percentages of Color #705edc

%26.29
%22.07
%51.64

CMYK Percentages of Color #705edc

%49
%57
%0
%14

Triadic Colors of #705edc

#705edc #dc705e #5edc70

Analogous Colors of #705edc

#705edc #af5edc #5e8bdc

Monochromatic Colors of #705edc

#705edc

Complementary Color

#705edc #cadc5e

#705edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#705edc Color CSS Codes

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

#705edc Text Font Color

<p style="color:#705edc">Text here</p>

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


#705edc Background Color

<div style="background-color:#705edc">
Div content here</div>

This div background color is #705edc


#705edc Border Color

<div style="border:3px solid #705edc">
Div here</div>

This div border color is #705edc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,94,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #705edc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #705edc;
  -webkit-box-shadow: 1px 1px 3px 2px #705edc;
  box-shadow:         1px 1px 3px 2px #705edc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705edc


Comments

No comments written yet.

Please login to write comment.