Color Hex Logo

#740cdd Color Hex

#740CDD
(116,12,221)
0 Favorites   0 Comments

Color spaces of #740cdd

RGB 11612221
HSL0.750.900.46
HSV270°95°87°
CMYK 0.480.950.00   0.13
XYZ20.38519.196469.1073
Yxy9.19640.20660.0932
Hunter Lab30.325666.9195-113.8849
CIE-Lab36.359773.6034-81.6017

#740cdd color RGB value is (116,12,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00001100 11011101
Octal 164 14 335
Decimal 116 12 221
Hex 74 C DD

RGB Percentages of Color #740cdd

%33.24
%3.44
%63.32

CMYK Percentages of Color #740cdd

%48
%95
%0
%13

Triadic Colors of #740cdd

#740cdd #dd740c #0cdd74

Analogous Colors of #740cdd

#740cdd #dd0cdd #0c0ddd

Monochromatic Colors of #740cdd

#740cdd

Complementary Color

#740cdd #75dd0c

#740cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#740cdd Color CSS Codes

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

#740cdd Text Font Color

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

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


#740cdd Background Color

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

This div background color is #740cdd


#740cdd Border Color

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

This div border color is #740cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740cdd


Comments

No comments written yet.

Please login to write comment.