Color Hex Logo

#7018be Color Hex

#7018BE
(112,24,190)
0 Favorites   0 Comments

Color spaces of #7018be

RGB 11224190
HSL0.760.780.42
HSV272°87°75°
CMYK 0.410.870.00   0.25
XYZ16.30307.815749.3645
Yxy7.81570.22190.1064
Hunter Lab27.956655.1691-85.1221
CIE-Lab33.596164.0329-68.1333

#7018be color RGB value is (112,24,190).

#7018be hex color red value is 112, green value is 24 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7018be hue: 0.76 , saturation: 0.78 and the lightness value of 7018be is 0.42.

The process color (four color CMYK) of #7018be color hex is 0.41, 0.87, 0.00, 0.25. Web safe color of #7018be is #6600cc. Color #7018be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011000 10111110
Octal 160 30 276
Decimal 112 24 190
Hex 70 18 BE

RGB Percentages of Color #7018be

%34.36
%7.36
%58.28

CMYK Percentages of Color #7018be

%41
%87
%0
%25

Triadic Colors of #7018be

#7018be #be7018 #18be70

Analogous Colors of #7018be

#7018be #be18b9 #1d18be

Monochromatic Colors of #7018be

#7018be

Complementary Color

#7018be #66be18

#7018be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7018be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7018be Color CSS Codes

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

#7018be Text Font Color

<p style="color:#7018be">Text here</p>

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


#7018be Background Color

<div style="background-color:#7018be">
Div content here</div>

This div background color is #7018be


#7018be Border Color

<div style="border:3px solid #7018be">
Div here</div>

This div border color is #7018be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,24,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 #7018be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7018be


Comments

No comments written yet.

Please login to write comment.