Color Hex Logo

#742bdc Color Hex

#742BDC
(116,43,220)
0 Favorites   0 Comments

Color spaces of #742bdc

RGB 11643220
HSL0.740.720.52
HSV265°80°86°
CMYK 0.470.800.00   0.14
XYZ20.984610.608168.6517
Yxy10.60810.20930.1058
Hunter Lab32.570158.0083-102.1733
CIE-Lab38.912465.5060-76.8220

#742bdc color RGB value is (116,43,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101011 11011100
Octal 164 53 334
Decimal 116 43 220
Hex 74 2B DC

RGB Percentages of Color #742bdc

%30.61
%11.35
%58.05

CMYK Percentages of Color #742bdc

%47
%80
%0
%14

Triadic Colors of #742bdc

#742bdc #dc742b #2bdc74

Analogous Colors of #742bdc

#742bdc #cd2bdc #2b3bdc

Monochromatic Colors of #742bdc

#742bdc

Complementary Color

#742bdc #93dc2b

#742bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#742bdc Color CSS Codes

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

#742bdc Text Font Color

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

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


#742bdc Background Color

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

This div background color is #742bdc


#742bdc Border Color

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

This div border color is #742bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742bdc


Comments

No comments written yet.

Please login to write comment.