Color Hex Logo

#742dde Color Hex

#742DDE
(116,45,222)
0 Favorites   0 Comments

Color spaces of #742dde

RGB 11645222
HSL0.730.730.52
HSV264°80°87°
CMYK 0.480.800.00   0.13
XYZ21.325710.863770.0802
Yxy10.86370.20850.1062
Hunter Lab32.960157.8120-102.9910
CIE-Lab39.350065.2486-77.2489

#742dde color RGB value is (116,45,222).

#742dde hex color red value is 116, green value is 45 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #742dde hue: 0.73 , saturation: 0.73 and the lightness value of 742dde is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101101 11011110
Octal 164 55 336
Decimal 116 45 222
Hex 74 2D DE

RGB Percentages of Color #742dde

%30.29
%11.75
%57.96

CMYK Percentages of Color #742dde

%48
%80
%0
%13

Triadic Colors of #742dde

#742dde #de742d #2dde74

Analogous Colors of #742dde

#742dde #cd2dde #2d3fde

Monochromatic Colors of #742dde

#742dde

Complementary Color

#742dde #97de2d

#742dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#742dde Color CSS Codes

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

#742dde Text Font Color

<p style="color:#742dde">Text here</p>

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


#742dde Background Color

<div style="background-color:#742dde">
Div content here</div>

This div background color is #742dde


#742dde Border Color

<div style="border:3px solid #742dde">
Div here</div>

This div border color is #742dde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,45,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #742dde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #742dde;
  -webkit-box-shadow: 1px 1px 3px 2px #742dde;
  box-shadow:         1px 1px 3px 2px #742dde; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,45,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742dde


Comments

No comments written yet.

Please login to write comment.