Color Hex Logo

#703def Color Hex

#703DEF
(112,61,239)
0 Favorites   0 Comments

Color spaces of #703def

RGB 11261239
HSL0.710.850.59
HSV257°74°94°
CMYK 0.530.740.00   0.06
XYZ23.930813.014282.9121
Yxy13.01420.19970.1086
Hunter Lab36.075255.2779-111.0143
CIE-Lab42.784662.3434-81.2816

#703def color RGB value is (112,61,239).

#703def hex color red value is 112, green value is 61 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #703def hue: 0.71 , saturation: 0.85 and the lightness value of 703def is 0.59.

The process color (four color CMYK) of #703def color hex is 0.53, 0.74, 0.00, 0.06. Web safe color of #703def is #6633ff. Color #703def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111101 11101111
Octal 160 75 357
Decimal 112 61 239
Hex 70 3D EF

RGB Percentages of Color #703def

%27.18
%14.81
%58.01

CMYK Percentages of Color #703def

%53
%74
%0
%6

Triadic Colors of #703def

#703def #ef703d #3def70

Analogous Colors of #703def

#703def #c93def #3d63ef

Monochromatic Colors of #703def

#703def

Complementary Color

#703def #bcef3d

#703def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703def Color Preview on White Background

Lorem ipsum dolor sit amet.

#703def Color CSS Codes

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

#703def Text Font Color

<p style="color:#703def">Text here</p>

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


#703def Background Color

<div style="background-color:#703def">
Div content here</div>

This div background color is #703def


#703def Border Color

<div style="border:3px solid #703def">
Div here</div>

This div border color is #703def


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,61,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #703def; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #703def;
  -webkit-box-shadow: 1px 1px 3px 2px #703def;
  box-shadow:         1px 1px 3px 2px #703def; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703def


Comments

No comments written yet.

Please login to write comment.