Color Hex Logo

#703bfd Color Hex

#703BFD
(112,59,253)
0 Favorites   0 Comments

Color spaces of #703bfd

RGB 11259253
HSL0.710.980.61
HSV256°77°99°
CMYK 0.560.770.00   0.01
XYZ25.975713.664594.1970
Yxy13.66450.19410.1021
Hunter Lab36.965560.7424-125.2092
CIE-Lab43.747966.9398-87.5569

#703bfd color RGB value is (112,59,253).

#703bfd hex color red value is 112, green value is 59 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #703bfd hue: 0.71 , saturation: 0.98 and the lightness value of 703bfd is 0.61.

The process color (four color CMYK) of #703bfd color hex is 0.56, 0.77, 0.00, 0.01. Web safe color of #703bfd is #6633ff. Color #703bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111011 11111101
Octal 160 73 375
Decimal 112 59 253
Hex 70 3B FD

RGB Percentages of Color #703bfd

%26.42
%13.92
%59.67

CMYK Percentages of Color #703bfd

%56
%77
%0
%1

Triadic Colors of #703bfd

#703bfd #fd703b #3bfd70

Analogous Colors of #703bfd

#703bfd #d13bfd #3b67fd

Monochromatic Colors of #703bfd

#703bfd

Complementary Color

#703bfd #c8fd3b

#703bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#703bfd Color CSS Codes

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

#703bfd Text Font Color

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

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


#703bfd Background Color

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

This div background color is #703bfd


#703bfd Border Color

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

This div border color is #703bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703bfd


Comments

No comments written yet.

Please login to write comment.