Color Hex Logo

#7027fc Color Hex

#7027FC
(112,39,252)
0 Favorites   0 Comments

Color spaces of #7027fc

RGB 11239252
HSL0.720.970.57
HSV261°85°99°
CMYK 0.560.850.00   0.01
XYZ24.978311.924193.0805
Yxy11.92410.19220.0917
Hunter Lab34.531368.6887-135.6467
CIE-Lab41.095274.1663-91.3745

#7027fc color RGB value is (112,39,252).

#7027fc hex color red value is 112, green value is 39 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #7027fc hue: 0.72 , saturation: 0.97 and the lightness value of 7027fc is 0.57.

The process color (four color CMYK) of #7027fc color hex is 0.56, 0.85, 0.00, 0.01. Web safe color of #7027fc is #6633ff. Color #7027fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100111 11111100
Octal 160 47 374
Decimal 112 39 252
Hex 70 27 FC

RGB Percentages of Color #7027fc

%27.79
%9.68
%62.53

CMYK Percentages of Color #7027fc

%56
%85
%0
%1

Triadic Colors of #7027fc

#7027fc #fc7027 #27fc70

Analogous Colors of #7027fc

#7027fc #db27fc #2748fc

Monochromatic Colors of #7027fc

#7027fc

Complementary Color

#7027fc #b3fc27

#7027fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7027fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7027fc Color CSS Codes

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

#7027fc Text Font Color

<p style="color:#7027fc">Text here</p>

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


#7027fc Background Color

<div style="background-color:#7027fc">
Div content here</div>

This div background color is #7027fc


#7027fc Border Color

<div style="border:3px solid #7027fc">
Div here</div>

This div border color is #7027fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,39,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7027fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7027fc;
  -webkit-box-shadow: 1px 1px 3px 2px #7027fc;
  box-shadow:         1px 1px 3px 2px #7027fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7027fc


Comments

No comments written yet.

Please login to write comment.