Color Hex Logo

#703bdf Color Hex

#703BDF
(112,59,223)
0 Favorites   0 Comments

Color spaces of #703bdf

RGB 11259223
HSL0.720.720.55
HSV259°74°87°
CMYK 0.500.740.00   0.13
XYZ21.565311.900470.9724
Yxy11.90040.20650.1139
Hunter Lab34.497051.2172-97.8326
CIE-Lab41.057459.0226-75.0348

#703bdf color RGB value is (112,59,223).

#703bdf hex color red value is 112, green value is 59 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #703bdf hue: 0.72 , saturation: 0.72 and the lightness value of 703bdf is 0.55.

The process color (four color CMYK) of #703bdf color hex is 0.50, 0.74, 0.00, 0.13. Web safe color of #703bdf is #6633cc. Color #703bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111011 11011111
Octal 160 73 337
Decimal 112 59 223
Hex 70 3B DF

RGB Percentages of Color #703bdf

%28.43
%14.97
%56.60

CMYK Percentages of Color #703bdf

%50
%74
%0
%13

Triadic Colors of #703bdf

#703bdf #df703b #3bdf70

Analogous Colors of #703bdf

#703bdf #c23bdf #3b58df

Monochromatic Colors of #703bdf

#703bdf

Complementary Color

#703bdf #aadf3b

#703bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#703bdf Color CSS Codes

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

#703bdf Text Font Color

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

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


#703bdf Background Color

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

This div background color is #703bdf


#703bdf Border Color

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

This div border color is #703bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703bdf


Comments

No comments written yet.

Please login to write comment.