Color Hex Logo

#7127cc Color Hex

#7127CC
(113,39,204)
0 Favorites   0 Comments

Color spaces of #7127cc

RGB 11339204
HSL0.740.680.48
HSV267°81°80°
CMYK 0.450.810.00   0.20
XYZ18.43479.321457.9543
Yxy9.32140.21510.1088
Hunter Lab30.531054.3497-91.1734
CIE-Lab36.595962.7185-71.4008

#7127cc color RGB value is (113,39,204).

#7127cc hex color red value is 113, green value is 39 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7127cc hue: 0.74 , saturation: 0.68 and the lightness value of 7127cc is 0.48.

The process color (four color CMYK) of #7127cc color hex is 0.45, 0.81, 0.00, 0.20. Web safe color of #7127cc is #6633cc. Color #7127cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100111 11001100
Octal 161 47 314
Decimal 113 39 204
Hex 71 27 CC

RGB Percentages of Color #7127cc

%31.74
%10.96
%57.30

CMYK Percentages of Color #7127cc

%45
%81
%0
%20

Triadic Colors of #7127cc

#7127cc #cc7127 #27cc71

Analogous Colors of #7127cc

#7127cc #c427cc #2730cc

Monochromatic Colors of #7127cc

#7127cc

Complementary Color

#7127cc #82cc27

#7127cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7127cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7127cc Color CSS Codes

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

#7127cc Text Font Color

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

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


#7127cc Background Color

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

This div background color is #7127cc


#7127cc Border Color

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

This div border color is #7127cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7127cc


Comments

No comments written yet.

Please login to write comment.