Color Hex Logo

#7442df Color Hex

#7442DF
(116,66,223)
0 Favorites   0 Comments

Color spaces of #7442df

RGB 11666223
HSL0.720.710.57
HSV259°70°87°
CMYK 0.480.700.00   0.13
XYZ22.470012.937171.1249
Yxy12.93710.21090.1214
Hunter Lab35.968248.5680-92.0647
CIE-Lab42.668356.2852-72.3814

#7442df color RGB value is (116,66,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000010 11011111
Octal 164 102 337
Decimal 116 66 223
Hex 74 42 DF

RGB Percentages of Color #7442df

%28.64
%16.30
%55.06

CMYK Percentages of Color #7442df

%48
%70
%0
%13

Triadic Colors of #7442df

#7442df #df7442 #42df74

Analogous Colors of #7442df

#7442df #c342df #425edf

Monochromatic Colors of #7442df

#7442df

Complementary Color

#7442df #addf42

#7442df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7442df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7442df Color CSS Codes

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

#7442df Text Font Color

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

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


#7442df Background Color

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

This div background color is #7442df


#7442df Border Color

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

This div border color is #7442df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7442df


Comments

No comments written yet.

Please login to write comment.