Color Hex Logo

#702fdd Color Hex

#702FDD
(112,47,221)
0 Favorites   0 Comments

Color spaces of #702fdd

RGB 11247221
HSL0.730.720.53
HSV262°79°87°
CMYK 0.490.790.00   0.13
XYZ20.749810.698269.3779
Yxy10.69820.20580.1061
Hunter Lab32.708156.0000-102.8657
CIE-Lab39.067463.7064-77.1573

#702fdd color RGB value is (112,47,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101111 11011101
Octal 160 57 335
Decimal 112 47 221
Hex 70 2F DD

RGB Percentages of Color #702fdd

%29.47
%12.37
%58.16

CMYK Percentages of Color #702fdd

%49
%79
%0
%13

Triadic Colors of #702fdd

#702fdd #dd702f #2fdd70

Analogous Colors of #702fdd

#702fdd #c72fdd #2f45dd

Monochromatic Colors of #702fdd

#702fdd

Complementary Color

#702fdd #9cdd2f

#702fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#702fdd Color CSS Codes

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

#702fdd Text Font Color

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

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


#702fdd Background Color

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

This div background color is #702fdd


#702fdd Border Color

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

This div border color is #702fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702fdd


Comments

No comments written yet.

Please login to write comment.