Color Hex Logo

#702abb Color Hex

#702ABB
(112,42,187)
0 Favorites   0 Comments

Color spaces of #702abb

RGB 11242187
HSL0.750.630.45
HSV269°78°73°
CMYK 0.400.780.00   0.27
XYZ16.47978.688547.8222
Yxy8.68850.22580.1190
Hunter Lab29.476348.2130-75.5585
CIE-Lab35.377557.3544-63.4448

#702abb color RGB value is (112,42,187).

#702abb hex color red value is 112, green value is 42 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #702abb hue: 0.75 , saturation: 0.63 and the lightness value of 702abb is 0.45.

The process color (four color CMYK) of #702abb color hex is 0.40, 0.78, 0.00, 0.27. Web safe color of #702abb is #6633cc. Color #702abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101010 10111011
Octal 160 52 273
Decimal 112 42 187
Hex 70 2A BB

RGB Percentages of Color #702abb

%32.84
%12.32
%54.84

CMYK Percentages of Color #702abb

%40
%78
%0
%27

Triadic Colors of #702abb

#702abb #bb702a #2abb70

Analogous Colors of #702abb

#702abb #b92abb #2a2dbb

Monochromatic Colors of #702abb

#702abb

Complementary Color

#702abb #75bb2a

#702abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#702abb Color CSS Codes

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

#702abb Text Font Color

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

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


#702abb Background Color

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

This div background color is #702abb


#702abb Border Color

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

This div border color is #702abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702abb


Comments

No comments written yet.

Please login to write comment.