Color Hex Logo

#742dee Color Hex

#742DEE
(116,45,238)
0 Favorites   0 Comments

Color spaces of #742dee

RGB 11645238
HSL0.730.850.55
HSV262°81°93°
CMYK 0.510.810.00   0.07
XYZ23.573511.762881.9169
Yxy11.76280.20100.1003
Hunter Lab34.296962.6697-117.6040
CIE-Lab40.836669.1608-83.9066

#742dee color RGB value is (116,45,238).

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

The process color (four color CMYK) of #742dee color hex is 0.51, 0.81, 0.00, 0.07. Web safe color of #742dee is #6633ff. Color #742dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101101 11101110
Octal 164 55 356
Decimal 116 45 238
Hex 74 2D EE

RGB Percentages of Color #742dee

%29.07
%11.28
%59.65

CMYK Percentages of Color #742dee

%51
%81
%0
%7

Triadic Colors of #742dee

#742dee #ee742d #2dee74

Analogous Colors of #742dee

#742dee #d52dee #2d47ee

Monochromatic Colors of #742dee

#742dee

Complementary Color

#742dee #a7ee2d

#742dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#742dee Color CSS Codes

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

#742dee Text Font Color

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

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


#742dee Background Color

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

This div background color is #742dee


#742dee Border Color

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

This div border color is #742dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742dee


Comments

No comments written yet.

Please login to write comment.