Color Hex Logo

#707cda Color Hex

#707CDA
(112,124,218)
0 Favorites   0 Comments

Color spaces of #707cda

RGB 112124218
HSL0.650.590.65
HSV233°49°85°
CMYK 0.490.430.00   0.15
XYZ26.544622.922069.3550
Yxy22.92200.22340.1929
Hunter Lab47.876915.1819-52.3742
CIE-Lab54.991920.8259-49.6823

#707cda color RGB value is (112,124,218).

#707cda hex color red value is 112, green value is 124 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #707cda hue: 0.65 , saturation: 0.59 and the lightness value of 707cda is 0.65.

The process color (four color CMYK) of #707cda color hex is 0.49, 0.43, 0.00, 0.15. Web safe color of #707cda is #6666cc. Color #707cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111100 11011010
Octal 160 174 332
Decimal 112 124 218
Hex 70 7C DA

RGB Percentages of Color #707cda

%24.67
%27.31
%48.02

CMYK Percentages of Color #707cda

%49
%43
%0
%15

Triadic Colors of #707cda

#707cda #da707c #7cda70

Analogous Colors of #707cda

#707cda #9970da #70b1da

Monochromatic Colors of #707cda

#707cda

Complementary Color

#707cda #dace70

#707cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#707cda Color CSS Codes

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

#707cda Text Font Color

<p style="color:#707cda">Text here</p>

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


#707cda Background Color

<div style="background-color:#707cda">
Div content here</div>

This div background color is #707cda


#707cda Border Color

<div style="border:3px solid #707cda">
Div here</div>

This div border color is #707cda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,124,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #707cda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #707cda;
  -webkit-box-shadow: 1px 1px 3px 2px #707cda;
  box-shadow:         1px 1px 3px 2px #707cda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707cda


Comments

No comments written yet.

Please login to write comment.