Color Hex Logo

#702bea Color Hex

#702BEA
(112,43,234)
0 Favorites   0 Comments

Color spaces of #702bea

RGB 11243234
HSL0.730.820.54
HSV262°82°92°
CMYK 0.520.820.00   0.08
XYZ22.397311.113078.8065
Yxy11.11300.19940.0989
Hunter Lab33.336261.5891-116.8259
CIE-Lab39.770168.4435-83.4133

#702bea color RGB value is (112,43,234).

#702bea hex color red value is 112, green value is 43 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #702bea hue: 0.73 , saturation: 0.82 and the lightness value of 702bea is 0.54.

The process color (four color CMYK) of #702bea color hex is 0.52, 0.82, 0.00, 0.08. Web safe color of #702bea is #6633ff. Color #702bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101011 11101010
Octal 160 53 352
Decimal 112 43 234
Hex 70 2B EA

RGB Percentages of Color #702bea

%28.79
%11.05
%60.15

CMYK Percentages of Color #702bea

%52
%82
%0
%8

Triadic Colors of #702bea

#702bea #ea702b #2bea70

Analogous Colors of #702bea

#702bea #d02bea #2b46ea

Monochromatic Colors of #702bea

#702bea

Complementary Color

#702bea #a5ea2b

#702bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#702bea Color CSS Codes

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

#702bea Text Font Color

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

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


#702bea Background Color

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

This div background color is #702bea


#702bea Border Color

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

This div border color is #702bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702bea


Comments

No comments written yet.

Please login to write comment.