Color Hex Logo

#702bbc Color Hex

#702BBC
(112,43,188)
0 Favorites   0 Comments

Color spaces of #702bbc

RGB 11243188
HSL0.750.630.45
HSV269°77°74°
CMYK 0.400.770.00   0.26
XYZ16.62318.803348.4000
Yxy8.80330.22520.1192
Hunter Lab29.670448.0832-75.9480
CIE-Lab35.602857.1897-63.6662

#702bbc color RGB value is (112,43,188).

#702bbc hex color red value is 112, green value is 43 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #702bbc hue: 0.75 , saturation: 0.63 and the lightness value of 702bbc is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101011 10111100
Octal 160 53 274
Decimal 112 43 188
Hex 70 2B BC

RGB Percentages of Color #702bbc

%32.65
%12.54
%54.81

CMYK Percentages of Color #702bbc

%40
%77
%0
%26

Triadic Colors of #702bbc

#702bbc #bc702b #2bbc70

Analogous Colors of #702bbc

#702bbc #b92bbc #2b2fbc

Monochromatic Colors of #702bbc

#702bbc

Complementary Color

#702bbc #77bc2b

#702bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#702bbc Color CSS Codes

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

#702bbc Text Font Color

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

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


#702bbc Background Color

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

This div background color is #702bbc


#702bbc Border Color

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

This div border color is #702bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702bbc


Comments

No comments written yet.

Please login to write comment.