Color Hex Logo

#702bae Color Hex

#702BAE
(112,43,174)
0 Favorites   0 Comments

Color spaces of #702bae

RGB 11243174
HSL0.750.600.43
HSV272°75°68°
CMYK 0.360.750.00   0.32
XYZ15.18598.228540.8323
Yxy8.22850.23640.1281
Hunter Lab28.685444.2977-64.3168
CIE-Lab34.454353.8376-57.2362

#702bae color RGB value is (112,43,174).

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

The process color (four color CMYK) of #702bae color hex is 0.36, 0.75, 0.00, 0.32. Web safe color of #702bae is #663399. Color #702bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101011 10101110
Octal 160 53 256
Decimal 112 43 174
Hex 70 2B AE

RGB Percentages of Color #702bae

%34.04
%13.07
%52.89

CMYK Percentages of Color #702bae

%36
%75
%0
%32

Triadic Colors of #702bae

#702bae #ae702b #2bae70

Analogous Colors of #702bae

#702bae #ae2bab #2e2bae

Monochromatic Colors of #702bae

#702bae

Complementary Color

#702bae #69ae2b

#702bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#702bae Color CSS Codes

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

#702bae Text Font Color

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

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


#702bae Background Color

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

This div background color is #702bae


#702bae Border Color

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

This div border color is #702bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702bae


Comments

No comments written yet.

Please login to write comment.