Color Hex Logo

#740ddf Color Hex

#740DDF
(116,13,223)
0 Favorites   0 Comments

Color spaces of #740ddf

RGB 11613223
HSL0.750.890.46
HSV269°94°87°
CMYK 0.480.940.00   0.13
XYZ20.66579.328670.5234
Yxy9.32860.20560.0928
Hunter Lab30.542867.3260-115.5210
CIE-Lab36.609473.8941-82.3372

#740ddf color RGB value is (116,13,223).

#740ddf hex color red value is 116, green value is 13 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #740ddf hue: 0.75 , saturation: 0.89 and the lightness value of 740ddf is 0.46.

The process color (four color CMYK) of #740ddf color hex is 0.48, 0.94, 0.00, 0.13. Web safe color of #740ddf is #6600cc. Color #740ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00001101 11011111
Octal 164 15 337
Decimal 116 13 223
Hex 74 D DF

RGB Percentages of Color #740ddf

%32.95
%3.69
%63.35

CMYK Percentages of Color #740ddf

%48
%94
%0
%13

Triadic Colors of #740ddf

#740ddf #df740d #0ddf74

Analogous Colors of #740ddf

#740ddf #dd0ddf #0d0fdf

Monochromatic Colors of #740ddf

#740ddf

Complementary Color

#740ddf #78df0d

#740ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#740ddf Color CSS Codes

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

#740ddf Text Font Color

<p style="color:#740ddf">Text here</p>

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


#740ddf Background Color

<div style="background-color:#740ddf">
Div content here</div>

This div background color is #740ddf


#740ddf Border Color

<div style="border:3px solid #740ddf">
Div here</div>

This div border color is #740ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740ddf


Comments

No comments written yet.

Please login to write comment.