Color Hex Logo

#705ddc Color Hex

#705DDC
(112,93,220)
0 Favorites   0 Comments

Color spaces of #705ddc

RGB 11293220
HSL0.690.640.61
HSV249°58°86°
CMYK 0.490.580.00   0.14
XYZ23.514716.440869.6442
Yxy16.44080.21460.1500
Hunter Lab40.547332.5604-73.4538
CIE-Lab47.547639.9729-62.7563

#705ddc color RGB value is (112,93,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01011101 11011100
Octal 160 135 334
Decimal 112 93 220
Hex 70 5D DC

RGB Percentages of Color #705ddc

%26.35
%21.88
%51.76

CMYK Percentages of Color #705ddc

%49
%58
%0
%14

Triadic Colors of #705ddc

#705ddc #dc705d #5ddc70

Analogous Colors of #705ddc

#705ddc #b05ddc #5d8adc

Monochromatic Colors of #705ddc

#705ddc

Complementary Color

#705ddc #c9dc5d

#705ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#705ddc Color CSS Codes

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

#705ddc Text Font Color

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

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


#705ddc Background Color

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

This div background color is #705ddc


#705ddc Border Color

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

This div border color is #705ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705ddc


Comments

No comments written yet.

Please login to write comment.