Color Hex Logo

#702bda Color Hex

#702BDA
(112,43,218)
0 Favorites   0 Comments

Color spaces of #702bda

RGB 11243218
HSL0.730.700.51
HSV264°80°85°
CMYK 0.490.800.00   0.15
XYZ20.200910.234567.2404
Yxy10.23450.20680.1048
Hunter Lab31.991456.7285-102.2233
CIE-Lab38.260164.5081-76.7634

#702bda color RGB value is (112,43,218).

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

The process color (four color CMYK) of #702bda color hex is 0.49, 0.80, 0.00, 0.15. Web safe color of #702bda is #6633cc. Color #702bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101011 11011010
Octal 160 53 332
Decimal 112 43 218
Hex 70 2B DA

RGB Percentages of Color #702bda

%30.03
%11.53
%58.45

CMYK Percentages of Color #702bda

%49
%80
%0
%15

Triadic Colors of #702bda

#702bda #da702b #2bda70

Analogous Colors of #702bda

#702bda #c82bda #2b3eda

Monochromatic Colors of #702bda

#702bda

Complementary Color

#702bda #95da2b

#702bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#702bda Color CSS Codes

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

#702bda Text Font Color

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

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


#702bda Background Color

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

This div background color is #702bda


#702bda Border Color

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

This div border color is #702bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702bda


Comments

No comments written yet.

Please login to write comment.