Color Hex Logo

#702cbe Color Hex

#702CBE
(112,44,190)
0 Favorites   0 Comments

Color spaces of #702cbe

RGB 11244190
HSL0.740.620.46
HSV268°77°75°
CMYK 0.410.770.00   0.25
XYZ16.87708.963849.5559
Yxy8.96380.22380.1189
Hunter Lab29.939648.2264-77.1788
CIE-Lab35.914557.2625-64.3343

#702cbe color RGB value is (112,44,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101100 10111110
Octal 160 54 276
Decimal 112 44 190
Hex 70 2C BE

RGB Percentages of Color #702cbe

%32.37
%12.72
%54.91

CMYK Percentages of Color #702cbe

%41
%77
%0
%25

Triadic Colors of #702cbe

#702cbe #be702c #2cbe70

Analogous Colors of #702cbe

#702cbe #b92cbe #2c31be

Monochromatic Colors of #702cbe

#702cbe

Complementary Color

#702cbe #7abe2c

#702cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#702cbe Color CSS Codes

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

#702cbe Text Font Color

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

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


#702cbe Background Color

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

This div background color is #702cbe


#702cbe Border Color

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

This div border color is #702cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702cbe


Comments

No comments written yet.

Please login to write comment.