Color Hex Logo

#7142df Color Hex

#7142DF
(113,66,223)
0 Favorites   0 Comments

Color spaces of #7142df

RGB 11366223
HSL0.720.710.57
HSV258°70°87°
CMYK 0.490.700.00   0.13
XYZ22.077512.734971.1065
Yxy12.73490.20840.1202
Hunter Lab35.686047.9803-93.1587
CIE-Lab42.361155.7989-72.8962

#7142df color RGB value is (113,66,223).

#7142df hex color red value is 113, green value is 66 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7142df hue: 0.72 , saturation: 0.71 and the lightness value of 7142df is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000010 11011111
Octal 161 102 337
Decimal 113 66 223
Hex 71 42 DF

RGB Percentages of Color #7142df

%28.11
%16.42
%55.47

CMYK Percentages of Color #7142df

%49
%70
%0
%13

Triadic Colors of #7142df

#7142df #df7142 #42df71

Analogous Colors of #7142df

#7142df #c042df #4261df

Monochromatic Colors of #7142df

#7142df

Complementary Color

#7142df #b0df42

#7142df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7142df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7142df Color CSS Codes

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

#7142df Text Font Color

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

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


#7142df Background Color

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

This div background color is #7142df


#7142df Border Color

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

This div border color is #7142df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7142df


Comments

No comments written yet.

Please login to write comment.