Color Hex Logo

#702093 Color Hex

#702093
(112,32,147)
0 Favorites   0 Comments

Color spaces of #702093

RGB 11232147
HSL0.780.640.35
HSV282°78°58°
CMYK 0.240.780.00   0.42
XYZ12.46516.584428.2177
Yxy6.58440.26370.1393
Hunter Lab25.660141.8062-47.2375
CIE-Lab30.841452.1297-46.7508

#702093 color RGB value is (112,32,147).

#702093 hex color red value is 112, green value is 32 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #702093 hue: 0.78 , saturation: 0.64 and the lightness value of 702093 is 0.35.

The process color (four color CMYK) of #702093 color hex is 0.24, 0.78, 0.00, 0.42. Web safe color of #702093 is #663399. Color #702093 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100000 10010011
Octal 160 40 223
Decimal 112 32 147
Hex 70 20 93

RGB Percentages of Color #702093

%38.49
%11.00
%50.52

CMYK Percentages of Color #702093

%24
%78
%0
%42

Triadic Colors of #702093

#702093 #937020 #209370

Analogous Colors of #702093

#702093 #93207d #372093

Monochromatic Colors of #702093

#702093

Complementary Color

#702093 #439320

#702093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702093 Color CSS Codes

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

#702093 Text Font Color

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

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


#702093 Background Color

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

This div background color is #702093


#702093 Border Color

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

This div border color is #702093


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,32,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #702093; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #702093;
  -webkit-box-shadow: 1px 1px 3px 2px #702093;
  box-shadow:         1px 1px 3px 2px #702093; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702093


Comments

No comments written yet.

Please login to write comment.