Color Hex Logo

#702bdf Color Hex

#702BDF
(112,43,223)
0 Favorites   0 Comments

Color spaces of #702bdf

RGB 11243223
HSL0.730.740.52
HSV263°81°87°
CMYK 0.500.810.00   0.13
XYZ20.865310.500270.7391
Yxy10.50020.20440.1028
Hunter Lab32.404058.2311-106.7494
CIE-Lab38.725665.7375-78.8649

#702bdf color RGB value is (112,43,223).

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

The process color (four color CMYK) of #702bdf color hex is 0.50, 0.81, 0.00, 0.13. Web safe color of #702bdf is #6633cc. Color #702bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101011 11011111
Octal 160 53 337
Decimal 112 43 223
Hex 70 2B DF

RGB Percentages of Color #702bdf

%29.63
%11.38
%58.99

CMYK Percentages of Color #702bdf

%50
%81
%0
%13

Triadic Colors of #702bdf

#702bdf #df702b #2bdf70

Analogous Colors of #702bdf

#702bdf #ca2bdf #2b40df

Monochromatic Colors of #702bdf

#702bdf

Complementary Color

#702bdf #9adf2b

#702bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#702bdf Color CSS Codes

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

#702bdf Text Font Color

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

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


#702bdf Background Color

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

This div background color is #702bdf


#702bdf Border Color

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

This div border color is #702bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702bdf


Comments

No comments written yet.

Please login to write comment.