Color Hex Logo

#7127fc Color Hex

#7127FC
(113,39,252)
0 Favorites   0 Comments

Color spaces of #7127fc

RGB 11339252
HSL0.720.970.57
HSV261°85°99°
CMYK 0.550.850.00   0.01
XYZ25.106311.990093.0865
Yxy11.99000.19290.0921
Hunter Lab34.626668.8265-135.1505
CIE-Lab41.200274.2599-91.1976

#7127fc color RGB value is (113,39,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100111 11111100
Octal 161 47 374
Decimal 113 39 252
Hex 71 27 FC

RGB Percentages of Color #7127fc

%27.97
%9.65
%62.38

CMYK Percentages of Color #7127fc

%55
%85
%0
%1

Triadic Colors of #7127fc

#7127fc #fc7127 #27fc71

Analogous Colors of #7127fc

#7127fc #dc27fc #2747fc

Monochromatic Colors of #7127fc

#7127fc

Complementary Color

#7127fc #b2fc27

#7127fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7127fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7127fc Color CSS Codes

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

#7127fc Text Font Color

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

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


#7127fc Background Color

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

This div background color is #7127fc


#7127fc Border Color

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

This div border color is #7127fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,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 #7127fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7127fc

Related Colors


Comments

No comments written yet.

Please login to write comment.