Color Hex Logo

#703bed Color Hex

#703BED
(112,59,237)
0 Favorites   0 Comments

Color spaces of #703bed

RGB 11259237
HSL0.720.830.58
HSV258°75°93°
CMYK 0.530.750.00   0.07
XYZ23.532112.687181.3293
Yxy12.68710.20020.1079
Hunter Lab35.619055.5950-110.4445
CIE-Lab42.287962.7211-80.9683

#703bed color RGB value is (112,59,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111011 11101101
Octal 160 73 355
Decimal 112 59 237
Hex 70 3B ED

RGB Percentages of Color #703bed

%27.45
%14.46
%58.09

CMYK Percentages of Color #703bed

%53
%75
%0
%7

Triadic Colors of #703bed

#703bed #ed703b #3bed70

Analogous Colors of #703bed

#703bed #c93bed #3b5fed

Monochromatic Colors of #703bed

#703bed

Complementary Color

#703bed #b8ed3b

#703bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#703bed Color CSS Codes

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

#703bed Text Font Color

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

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


#703bed Background Color

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

This div background color is #703bed


#703bed Border Color

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

This div border color is #703bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703bed


Comments

No comments written yet.

Please login to write comment.