Color Hex Logo

#706cdc Color Hex

#706CDC
(112,108,220)
0 Favorites   0 Comments

Color spaces of #706cdc

RGB 112108220
HSL0.670.620.64
HSV242°51°86°
CMYK 0.490.510.00   0.14
XYZ24.962919.337270.1269
Yxy19.33720.21820.1690
Hunter Lab43.974124.3750-63.7698
CIE-Lab51.079431.0653-57.0641

#706cdc color RGB value is (112,108,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101100 11011100
Octal 160 154 334
Decimal 112 108 220
Hex 70 6C DC

RGB Percentages of Color #706cdc

%25.45
%24.55
%50.00

CMYK Percentages of Color #706cdc

%49
%51
%0
%14

Triadic Colors of #706cdc

#706cdc #dc706c #6cdc70

Analogous Colors of #706cdc

#706cdc #a86cdc #6ca0dc

Monochromatic Colors of #706cdc

#706cdc

Complementary Color

#706cdc #d8dc6c

#706cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#706cdc Color CSS Codes

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

#706cdc Text Font Color

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

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


#706cdc Background Color

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

This div background color is #706cdc


#706cdc Border Color

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

This div border color is #706cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706cdc


Comments

No comments written yet.

Please login to write comment.