Color Hex Logo

#703cdf Color Hex

#703CDF
(112,60,223)
0 Favorites   0 Comments

Color spaces of #703cdf

RGB 11260223
HSL0.720.720.55
HSV259°73°87°
CMYK 0.500.730.00   0.13
XYZ21.617212.004270.9897
Yxy12.00420.20660.1148
Hunter Lab34.647150.7383-97.2286
CIE-Lab41.222858.5541-74.7637

#703cdf color RGB value is (112,60,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111100 11011111
Octal 160 74 337
Decimal 112 60 223
Hex 70 3C DF

RGB Percentages of Color #703cdf

%28.35
%15.19
%56.46

CMYK Percentages of Color #703cdf

%50
%73
%0
%13

Triadic Colors of #703cdf

#703cdf #df703c #3cdf70

Analogous Colors of #703cdf

#703cdf #c23cdf #3c59df

Monochromatic Colors of #703cdf

#703cdf

Complementary Color

#703cdf #abdf3c

#703cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#703cdf Color CSS Codes

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

#703cdf Text Font Color

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

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


#703cdf Background Color

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

This div background color is #703cdf


#703cdf Border Color

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

This div border color is #703cdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,60,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 #703cdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703cdf


Comments

No comments written yet.

Please login to write comment.