Color Hex Logo

#742dfc Color Hex

#742DFC
(116,45,252)
0 Favorites   0 Comments

Color spaces of #742dfc

RGB 11645252
HSL0.720.970.58
HSV261°82°99°
CMYK 0.540.820.00   0.01
XYZ25.711512.618193.1758
Yxy12.61810.19550.0960
Hunter Lab35.522067.0384-130.6551
CIE-Lab42.182172.5851-89.5654

#742dfc color RGB value is (116,45,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101101 11111100
Octal 164 55 374
Decimal 116 45 252
Hex 74 2D FC

RGB Percentages of Color #742dfc

%28.09
%10.90
%61.02

CMYK Percentages of Color #742dfc

%54
%82
%0
%1

Triadic Colors of #742dfc

#742dfc #fc742d #2dfc74

Analogous Colors of #742dfc

#742dfc #dc2dfc #2d4efc

Monochromatic Colors of #742dfc

#742dfc

Complementary Color

#742dfc #b5fc2d

#742dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#742dfc Color CSS Codes

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

#742dfc Text Font Color

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

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


#742dfc Background Color

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

This div background color is #742dfc


#742dfc Border Color

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

This div border color is #742dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742dfc


Comments

No comments written yet.

Please login to write comment.