Color Hex Logo

#740fdd Color Hex

#740FDD
(116,15,221)
0 Favorites   0 Comments

Color spaces of #740fdd

RGB 11615221
HSL0.750.870.46
HSV269°93°87°
CMYK 0.480.930.00   0.13
XYZ20.42449.275169.1204
Yxy9.27510.20670.0939
Hunter Lab30.455066.4131-113.2453
CIE-Lab36.508773.1536-81.3558

#740fdd color RGB value is (116,15,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00001111 11011101
Octal 164 17 335
Decimal 116 15 221
Hex 74 F DD

RGB Percentages of Color #740fdd

%32.95
%4.26
%62.78

CMYK Percentages of Color #740fdd

%48
%93
%0
%13

Triadic Colors of #740fdd

#740fdd #dd740f #0fdd74

Analogous Colors of #740fdd

#740fdd #db0fdd #0f11dd

Monochromatic Colors of #740fdd

#740fdd

Complementary Color

#740fdd #78dd0f

#740fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#740fdd Color CSS Codes

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

#740fdd Text Font Color

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

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


#740fdd Background Color

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

This div background color is #740fdd


#740fdd Border Color

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

This div border color is #740fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740fdd


Comments

No comments written yet.

Please login to write comment.