Color Hex Logo

#742cde Color Hex

#742CDE
(116,44,222)
0 Favorites   0 Comments

Color spaces of #742cde

RGB 11644222
HSL0.730.730.52
HSV264°80°87°
CMYK 0.480.800.00   0.13
XYZ21.288010.788370.0676
Yxy10.78830.20840.1056
Hunter Lab32.845558.2105-103.4882
CIE-Lab39.221665.6227-77.4599

#742cde color RGB value is (116,44,222).

#742cde hex color red value is 116, green value is 44 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #742cde hue: 0.73 , saturation: 0.73 and the lightness value of 742cde is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101100 11011110
Octal 164 54 336
Decimal 116 44 222
Hex 74 2C DE

RGB Percentages of Color #742cde

%30.37
%11.52
%58.12

CMYK Percentages of Color #742cde

%48
%80
%0
%13

Triadic Colors of #742cde

#742cde #de742c #2cde74

Analogous Colors of #742cde

#742cde #cd2cde #2c3dde

Monochromatic Colors of #742cde

#742cde

Complementary Color

#742cde #96de2c

#742cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#742cde Color CSS Codes

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

#742cde Text Font Color

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

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


#742cde Background Color

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

This div background color is #742cde


#742cde Border Color

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

This div border color is #742cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742cde


Comments

No comments written yet.

Please login to write comment.