Color Hex Logo

#7036fa Color Hex

#7036FA
(112,54,250)
0 Favorites   0 Comments

Color spaces of #7036fa

RGB 11254250
HSL0.720.950.60
HSV258°78°98°
CMYK 0.550.780.00   0.02
XYZ25.256612.985291.6177
Yxy12.98520.19450.1000
Hunter Lab36.035062.0478-125.5183
CIE-Lab42.740968.2578-87.5375

#7036fa color RGB value is (112,54,250).

#7036fa hex color red value is 112, green value is 54 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7036fa hue: 0.72 , saturation: 0.95 and the lightness value of 7036fa is 0.60.

The process color (four color CMYK) of #7036fa color hex is 0.55, 0.78, 0.00, 0.02. Web safe color of #7036fa is #6633ff. Color #7036fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110110 11111010
Octal 160 66 372
Decimal 112 54 250
Hex 70 36 FA

RGB Percentages of Color #7036fa

%26.92
%12.98
%60.10

CMYK Percentages of Color #7036fa

%55
%78
%0
%2

Triadic Colors of #7036fa

#7036fa #fa7036 #36fa70

Analogous Colors of #7036fa

#7036fa #d236fa #365efa

Monochromatic Colors of #7036fa

#7036fa

Complementary Color

#7036fa #c0fa36

#7036fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7036fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7036fa Color CSS Codes

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

#7036fa Text Font Color

<p style="color:#7036fa">Text here</p>

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


#7036fa Background Color

<div style="background-color:#7036fa">
Div content here</div>

This div background color is #7036fa


#7036fa Border Color

<div style="border:3px solid #7036fa">
Div here</div>

This div border color is #7036fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,54,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7036fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7036fa;
  -webkit-box-shadow: 1px 1px 3px 2px #7036fa;
  box-shadow:         1px 1px 3px 2px #7036fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7036fa


Comments

No comments written yet.

Please login to write comment.