Color Hex Logo

#7126df Color Hex

#7126DF
(113,38,223)
0 Favorites   0 Comments

Color spaces of #7126df

RGB 11338223
HSL0.730.740.51
HSV264°83°87°
CMYK 0.490.830.00   0.13
XYZ20.822410.224770.6881
Yxy10.22470.20470.1005
Hunter Lab31.976160.2787-108.6865
CIE-Lab38.242767.6119-79.6558

#7126df color RGB value is (113,38,223).

#7126df hex color red value is 113, green value is 38 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7126df hue: 0.73 , saturation: 0.74 and the lightness value of 7126df is 0.51.

The process color (four color CMYK) of #7126df color hex is 0.49, 0.83, 0.00, 0.13. Web safe color of #7126df is #6633cc. Color #7126df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100110 11011111
Octal 161 46 337
Decimal 113 38 223
Hex 71 26 DF

RGB Percentages of Color #7126df

%30.21
%10.16
%59.63

CMYK Percentages of Color #7126df

%49
%83
%0
%13

Triadic Colors of #7126df

#7126df #df7126 #26df71

Analogous Colors of #7126df

#7126df #ce26df #2637df

Monochromatic Colors of #7126df

#7126df

Complementary Color

#7126df #94df26

#7126df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7126df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7126df Color CSS Codes

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

#7126df Text Font Color

<p style="color:#7126df">Text here</p>

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


#7126df Background Color

<div style="background-color:#7126df">
Div content here</div>

This div background color is #7126df


#7126df Border Color

<div style="border:3px solid #7126df">
Div here</div>

This div border color is #7126df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,38,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7126df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7126df;
  -webkit-box-shadow: 1px 1px 3px 2px #7126df;
  box-shadow:         1px 1px 3px 2px #7126df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7126df


Comments

No comments written yet.

Please login to write comment.