Color Hex Logo

#702652 Color Hex

#702652
(112,38,82)
0 Favorites   0 Comments

Color spaces of #702652

RGB 1123882
HSL0.900.490.29
HSV324°66°44°
CMYK 0.000.660.27   0.56
XYZ8.89825.44028.5637
Yxy5.44020.38850.2375
Hunter Lab23.324227.2804-5.4419
CIE-Lab27.953837.5782-9.9077

#702652 color RGB value is (112,38,82).

#702652 hex color red value is 112, green value is 38 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #702652 hue: 0.90 , saturation: 0.49 and the lightness value of 702652 is 0.29.

The process color (four color CMYK) of #702652 color hex is 0.00, 0.66, 0.27, 0.56. Web safe color of #702652 is #663366. Color #702652 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100110 01010010
Octal 160 46 122
Decimal 112 38 82
Hex 70 26 52

RGB Percentages of Color #702652

%48.28
%16.38
%35.34

CMYK Percentages of Color #702652

%0
%66
%27
%56

Triadic Colors of #702652

#702652 #527026 #265270

Analogous Colors of #702652

#702652 #70262d #692670

Monochromatic Colors of #702652

#702652

Complementary Color

#702652 #267044

#702652 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702652 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702652 Color CSS Codes

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

#702652 Text Font Color

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

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


#702652 Background Color

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

This div background color is #702652


#702652 Border Color

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

This div border color is #702652


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702652


Comments

No comments written yet.

Please login to write comment.