Color Hex Logo

#742dfe Color Hex

#742DFE
(116,45,254)
0 Favorites   0 Comments

Color spaces of #742dfe

RGB 11645254
HSL0.720.990.59
HSV260°82°100°
CMYK 0.540.820.00   0.00
XYZ26.030212.745594.8541
Yxy12.74550.19480.0954
Hunter Lab35.700867.6715-132.5379
CIE-Lab42.377273.0745-90.3622

#742dfe color RGB value is (116,45,254).

#742dfe hex color red value is 116, green value is 45 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #742dfe hue: 0.72 , saturation: 0.99 and the lightness value of 742dfe is 0.59.

The process color (four color CMYK) of #742dfe color hex is 0.54, 0.82, 0.00, 0.00. Web safe color of #742dfe is #6633ff. Color #742dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101101 11111110
Octal 164 55 376
Decimal 116 45 254
Hex 74 2D FE

RGB Percentages of Color #742dfe

%27.95
%10.84
%61.20

CMYK Percentages of Color #742dfe

%54
%82
%0
%0

Triadic Colors of #742dfe

#742dfe #fe742d #2dfe74

Analogous Colors of #742dfe

#742dfe #dd2dfe #2d4ffe

Monochromatic Colors of #742dfe

#742dfe

Complementary Color

#742dfe #b7fe2d

#742dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#742dfe Color CSS Codes

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

#742dfe Text Font Color

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

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


#742dfe Background Color

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

This div background color is #742dfe


#742dfe Border Color

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

This div border color is #742dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742dfe


Comments

No comments written yet.

Please login to write comment.