Color Hex Logo

#702abd Color Hex

#702ABD
(112,42,189)
0 Favorites   0 Comments

Color spaces of #702abd

RGB 11242189
HSL0.750.640.45
HSV269°78°74°
CMYK 0.410.780.00   0.26
XYZ16.69548.774848.9579
Yxy8.77480.22430.1179
Hunter Lab29.622348.7653-77.2553
CIE-Lab35.547057.8348-64.3465

#702abd color RGB value is (112,42,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101010 10111101
Octal 160 52 275
Decimal 112 42 189
Hex 70 2A BD

RGB Percentages of Color #702abd

%32.65
%12.24
%55.10

CMYK Percentages of Color #702abd

%41
%78
%0
%26

Triadic Colors of #702abd

#702abd #bd702a #2abd70

Analogous Colors of #702abd

#702abd #ba2abd #2a2ebd

Monochromatic Colors of #702abd

#702abd

Complementary Color

#702abd #77bd2a

#702abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#702abd Color CSS Codes

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

#702abd Text Font Color

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

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


#702abd Background Color

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

This div background color is #702abd


#702abd Border Color

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

This div border color is #702abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702abd


Comments

No comments written yet.

Please login to write comment.