Color Hex Logo

#742fdc Color Hex

#742FDC
(116,47,220)
0 Favorites   0 Comments

Color spaces of #742fdc

RGB 11647220
HSL0.730.710.52
HSV264°79°86°
CMYK 0.470.790.00   0.14
XYZ21.137210.913368.7026
Yxy10.91330.20980.1083
Hunter Lab33.035356.3992-100.1791
CIE-Lab39.434163.9883-75.9649

#742fdc color RGB value is (116,47,220).

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

The process color (four color CMYK) of #742fdc color hex is 0.47, 0.79, 0.00, 0.14. Web safe color of #742fdc is #6633cc. Color #742fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101111 11011100
Octal 164 57 334
Decimal 116 47 220
Hex 74 2F DC

RGB Percentages of Color #742fdc

%30.29
%12.27
%57.44

CMYK Percentages of Color #742fdc

%47
%79
%0
%14

Triadic Colors of #742fdc

#742fdc #dc742f #2fdc74

Analogous Colors of #742fdc

#742fdc #cb2fdc #2f41dc

Monochromatic Colors of #742fdc

#742fdc

Complementary Color

#742fdc #97dc2f

#742fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#742fdc Color CSS Codes

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

#742fdc Text Font Color

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

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


#742fdc Background Color

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

This div background color is #742fdc


#742fdc Border Color

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

This div border color is #742fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742fdc


Comments

No comments written yet.

Please login to write comment.