Color Hex Logo

#702155 Color Hex

#702155
(112,33,85)
0 Favorites   0 Comments

Color spaces of #702155

RGB 1123385
HSL0.890.540.28
HSV321°71°44°
CMYK 0.000.710.24   0.56
XYZ8.86565.18839.1285
Yxy5.18830.38240.2238
Hunter Lab22.777829.6146-7.8167
CIE-Lab27.264640.2711-12.9397

#702155 color RGB value is (112,33,85).

#702155 hex color red value is 112, green value is 33 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #702155 hue: 0.89 , saturation: 0.54 and the lightness value of 702155 is 0.28.

The process color (four color CMYK) of #702155 color hex is 0.00, 0.71, 0.24, 0.56. Web safe color of #702155 is #663366. Color #702155 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100001 01010101
Octal 160 41 125
Decimal 112 33 85
Hex 70 21 55

RGB Percentages of Color #702155

%48.70
%14.35
%36.96

CMYK Percentages of Color #702155

%0
%71
%24
%56

Triadic Colors of #702155

#702155 #557021 #215570

Analogous Colors of #702155

#702155 #70212e #642170

Monochromatic Colors of #702155

#702155

Complementary Color

#702155 #21703c

#702155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702155 Color CSS Codes

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

#702155 Text Font Color

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

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


#702155 Background Color

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

This div background color is #702155


#702155 Border Color

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

This div border color is #702155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702155


Comments

No comments written yet.

Please login to write comment.