Color Hex Logo

#702caf Color Hex

#702CAF
(112,44,175)
0 Favorites   0 Comments

Color spaces of #702caf

RGB 11244175
HSL0.750.600.43
HSV271°75°69°
CMYK 0.360.750.00   0.31
XYZ15.32068.341341.3600
Yxy8.34130.23560.1283
Hunter Lab28.881344.1462-64.6904
CIE-Lab34.683853.6482-57.4591

#702caf color RGB value is (112,44,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101100 10101111
Octal 160 54 257
Decimal 112 44 175
Hex 70 2C AF

RGB Percentages of Color #702caf

%33.84
%13.29
%52.87

CMYK Percentages of Color #702caf

%36
%75
%0
%31

Triadic Colors of #702caf

#702caf #af702c #2caf70

Analogous Colors of #702caf

#702caf #af2cad #2e2caf

Monochromatic Colors of #702caf

#702caf

Complementary Color

#702caf #6baf2c

#702caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#702caf Color CSS Codes

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

#702caf Text Font Color

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

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


#702caf Background Color

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

This div background color is #702caf


#702caf Border Color

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

This div border color is #702caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702caf


Comments

No comments written yet.

Please login to write comment.