Color Hex Logo

#702095 Color Hex

#702095
(112,32,149)
0 Favorites   0 Comments

Color spaces of #702095

RGB 11232149
HSL0.780.650.35
HSV281°79°58°
CMYK 0.250.790.00   0.42
XYZ12.62346.647729.0516
Yxy6.64770.26120.1376
Hunter Lab25.783142.2730-48.7579
CIE-Lab30.991052.5556-47.7367

#702095 color RGB value is (112,32,149).

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

The process color (four color CMYK) of #702095 color hex is 0.25, 0.79, 0.00, 0.42. Web safe color of #702095 is #663399. Color #702095 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100000 10010101
Octal 160 40 225
Decimal 112 32 149
Hex 70 20 95

RGB Percentages of Color #702095

%38.23
%10.92
%50.85

CMYK Percentages of Color #702095

%25
%79
%0
%42

Triadic Colors of #702095

#702095 #957020 #209570

Analogous Colors of #702095

#702095 #952080 #362095

Monochromatic Colors of #702095

#702095

Complementary Color

#702095 #459520

#702095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702095 Color CSS Codes

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

#702095 Text Font Color

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

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


#702095 Background Color

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

This div background color is #702095


#702095 Border Color

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

This div border color is #702095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702095


Comments

No comments written yet.

Please login to write comment.