Color Hex Logo

#705dec Color Hex

#705DEC
(112,93,236)
0 Favorites   0 Comments

Color spaces of #705dec

RGB 11293236
HSL0.690.790.65
HSV248°61°93°
CMYK 0.530.610.00   0.07
XYZ25.736817.329681.3453
Yxy17.32960.20690.1393
Hunter Lab41.628837.5062-86.7161
CIE-Lab48.672744.7145-69.9721

#705dec color RGB value is (112,93,236).

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

The process color (four color CMYK) of #705dec color hex is 0.53, 0.61, 0.00, 0.07. Web safe color of #705dec is #6666ff. Color #705dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01011101 11101100
Octal 160 135 354
Decimal 112 93 236
Hex 70 5D EC

RGB Percentages of Color #705dec

%25.40
%21.09
%53.51

CMYK Percentages of Color #705dec

%53
%61
%0
%7

Triadic Colors of #705dec

#705dec #ec705d #5dec70

Analogous Colors of #705dec

#705dec #b85dec #5d92ec

Monochromatic Colors of #705dec

#705dec

Complementary Color

#705dec #d9ec5d

#705dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#705dec Color CSS Codes

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

#705dec Text Font Color

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

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


#705dec Background Color

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

This div background color is #705dec


#705dec Border Color

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

This div border color is #705dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705dec


Comments

No comments written yet.

Please login to write comment.