Color Hex Logo

#702abf Color Hex

#702ABF
(112,42,191)
0 Favorites   0 Comments

Color spaces of #702abf

RGB 11242191
HSL0.740.640.46
HSV268°78°75°
CMYK 0.410.780.00   0.25
XYZ16.91408.862350.1093
Yxy8.86230.22290.1168
Hunter Lab29.769649.3203-78.9604
CIE-Lab35.717858.3155-65.2440

#702abf color RGB value is (112,42,191).

#702abf hex color red value is 112, green value is 42 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #702abf hue: 0.74 , saturation: 0.64 and the lightness value of 702abf is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101010 10111111
Octal 160 52 277
Decimal 112 42 191
Hex 70 2A BF

RGB Percentages of Color #702abf

%32.46
%12.17
%55.36

CMYK Percentages of Color #702abf

%41
%78
%0
%25

Triadic Colors of #702abf

#702abf #bf702a #2abf70

Analogous Colors of #702abf

#702abf #bb2abf #2a2fbf

Monochromatic Colors of #702abf

#702abf

Complementary Color

#702abf #79bf2a

#702abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#702abf Color CSS Codes

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

#702abf Text Font Color

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

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


#702abf Background Color

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

This div background color is #702abf


#702abf Border Color

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

This div border color is #702abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702abf


Comments

No comments written yet.

Please login to write comment.