Color Hex Logo

#702ddf Color Hex

#702DDF
(112,45,223)
0 Favorites   0 Comments

Color spaces of #702ddf

RGB 11245223
HSL0.730.740.53
HSV263°80°87°
CMYK 0.500.800.00   0.13
XYZ20.939810.649270.7639
Yxy10.64920.20460.1040
Hunter Lab32.633157.4308-105.7254
CIE-Lab38.983264.9855-78.4409

#702ddf color RGB value is (112,45,223).

#702ddf hex color red value is 112, green value is 45 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #702ddf hue: 0.73 , saturation: 0.74 and the lightness value of 702ddf is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101101 11011111
Octal 160 55 337
Decimal 112 45 223
Hex 70 2D DF

RGB Percentages of Color #702ddf

%29.47
%11.84
%58.68

CMYK Percentages of Color #702ddf

%50
%80
%0
%13

Triadic Colors of #702ddf

#702ddf #df702d #2ddf70

Analogous Colors of #702ddf

#702ddf #c92ddf #2d43df

Monochromatic Colors of #702ddf

#702ddf

Complementary Color

#702ddf #9cdf2d

#702ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#702ddf Color CSS Codes

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

#702ddf Text Font Color

<p style="color:#702ddf">Text here</p>

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


#702ddf Background Color

<div style="background-color:#702ddf">
Div content here</div>

This div background color is #702ddf


#702ddf Border Color

<div style="border:3px solid #702ddf">
Div here</div>

This div border color is #702ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702ddf


Comments

No comments written yet.

Please login to write comment.