Color Hex Logo

#702ddd Color Hex

#702DDD
(112,45,221)
0 Favorites   0 Comments

Color spaces of #702ddd

RGB 11245221
HSL0.730.720.52
HSV263°80°87°
CMYK 0.490.800.00   0.13
XYZ20.671610.542069.3519
Yxy10.54200.20560.1048
Hunter Lab32.468456.8253-103.9142
CIE-Lab38.798164.4886-77.6001

#702ddd color RGB value is (112,45,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101101 11011101
Octal 160 55 335
Decimal 112 45 221
Hex 70 2D DD

RGB Percentages of Color #702ddd

%29.63
%11.90
%58.47

CMYK Percentages of Color #702ddd

%49
%80
%0
%13

Triadic Colors of #702ddd

#702ddd #dd702d #2ddd70

Analogous Colors of #702ddd

#702ddd #c82ddd #2d42dd

Monochromatic Colors of #702ddd

#702ddd

Complementary Color

#702ddd #9add2d

#702ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#702ddd Color CSS Codes

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

#702ddd Text Font Color

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

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


#702ddd Background Color

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

This div background color is #702ddd


#702ddd Border Color

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

This div border color is #702ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702ddd


Comments

No comments written yet.

Please login to write comment.