Color Hex Logo

#702dbf Color Hex

#702DBF
(112,45,191)
0 Favorites   0 Comments

Color spaces of #702dbf

RGB 11245191
HSL0.740.620.46
HSV268°76°75°
CMYK 0.410.760.00   0.25
XYZ17.02449.083150.1461
Yxy9.08310.22330.1191
Hunter Lab30.138248.0889-77.5543
CIE-Lab36.143857.0899-64.5473

#702dbf color RGB value is (112,45,191).

#702dbf hex color red value is 112, green value is 45 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #702dbf hue: 0.74 , saturation: 0.62 and the lightness value of 702dbf is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101101 10111111
Octal 160 55 277
Decimal 112 45 191
Hex 70 2D BF

RGB Percentages of Color #702dbf

%32.18
%12.93
%54.89

CMYK Percentages of Color #702dbf

%41
%76
%0
%25

Triadic Colors of #702dbf

#702dbf #bf702d #2dbf70

Analogous Colors of #702dbf

#702dbf #b92dbf #2d33bf

Monochromatic Colors of #702dbf

#702dbf

Complementary Color

#702dbf #7cbf2d

#702dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#702dbf Color CSS Codes

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

#702dbf Text Font Color

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

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


#702dbf Background Color

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

This div background color is #702dbf


#702dbf Border Color

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

This div border color is #702dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702dbf


Comments

No comments written yet.

Please login to write comment.