Color Hex Logo

#702bce Color Hex

#702BCE
(112,43,206)
0 Favorites   0 Comments

Color spaces of #702bce

RGB 11243206
HSL0.740.650.49
HSV265°79°81°
CMYK 0.460.790.00   0.19
XYZ18.68659.628759.2662
Yxy9.62870.21340.1099
Hunter Lab31.030153.1908-91.5202
CIE-Lab37.167661.5659-71.6290

#702bce color RGB value is (112,43,206).

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

The process color (four color CMYK) of #702bce color hex is 0.46, 0.79, 0.00, 0.19. Web safe color of #702bce is #6633cc. Color #702bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101011 11001110
Octal 160 53 316
Decimal 112 43 206
Hex 70 2B CE

RGB Percentages of Color #702bce

%31.02
%11.91
%57.06

CMYK Percentages of Color #702bce

%46
%79
%0
%19

Triadic Colors of #702bce

#702bce #ce702b #2bce70

Analogous Colors of #702bce

#702bce #c22bce #2b37ce

Monochromatic Colors of #702bce

#702bce

Complementary Color

#702bce #89ce2b

#702bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#702bce Color CSS Codes

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

#702bce Text Font Color

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

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


#702bce Background Color

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

This div background color is #702bce


#702bce Border Color

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

This div border color is #702bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702bce


Comments

No comments written yet.

Please login to write comment.