Color Hex Logo

#741dde Color Hex

#741DDE
(116,29,222)
0 Favorites   0 Comments

Color spaces of #741dde

RGB 11629222
HSL0.740.770.49
HSV267°87°87°
CMYK 0.480.870.00   0.13
XYZ20.82669.865769.9138
Yxy9.86570.20700.0981
Hunter Lab31.409763.3896-109.9848
CIE-Lab37.600370.4013-80.1288

#741dde color RGB value is (116,29,222).

#741dde hex color red value is 116, green value is 29 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #741dde hue: 0.74 , saturation: 0.77 and the lightness value of 741dde is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011101 11011110
Octal 164 35 336
Decimal 116 29 222
Hex 74 1D DE

RGB Percentages of Color #741dde

%31.61
%7.90
%60.49

CMYK Percentages of Color #741dde

%48
%87
%0
%13

Triadic Colors of #741dde

#741dde #de741d #1dde74

Analogous Colors of #741dde

#741dde #d51dde #1d26de

Monochromatic Colors of #741dde

#741dde

Complementary Color

#741dde #87de1d

#741dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#741dde Color CSS Codes

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

#741dde Text Font Color

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

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


#741dde Background Color

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

This div background color is #741dde


#741dde Border Color

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

This div border color is #741dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741dde


Comments

No comments written yet.

Please login to write comment.