Color Hex Logo

#702deb Color Hex

#702DEB
(112,45,235)
0 Favorites   0 Comments

Color spaces of #702deb

RGB 11245235
HSL0.730.830.55
HSV261°81°92°
CMYK 0.520.810.00   0.08
XYZ22.615911.319779.5902
Yxy11.31970.19920.0997
Hunter Lab33.644861.1088-116.7054
CIE-Lab40.113867.9638-83.4141

#702deb color RGB value is (112,45,235).

#702deb hex color red value is 112, green value is 45 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #702deb hue: 0.73 , saturation: 0.83 and the lightness value of 702deb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101101 11101011
Octal 160 55 353
Decimal 112 45 235
Hex 70 2D EB

RGB Percentages of Color #702deb

%28.57
%11.48
%59.95

CMYK Percentages of Color #702deb

%52
%81
%0
%8

Triadic Colors of #702deb

#702deb #eb702d #2deb70

Analogous Colors of #702deb

#702deb #cf2deb #2d49eb

Monochromatic Colors of #702deb

#702deb

Complementary Color

#702deb #a8eb2d

#702deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#702deb Color CSS Codes

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

#702deb Text Font Color

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

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


#702deb Background Color

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

This div background color is #702deb


#702deb Border Color

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

This div border color is #702deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702deb


Comments

No comments written yet.

Please login to write comment.