Color Hex Logo

#742ebc Color Hex

#742EBC
(116,46,188)
0 Favorites   0 Comments

Color spaces of #742ebc

RGB 11646188
HSL0.750.610.46
HSV270°76°74°
CMYK 0.380.760.00   0.26
XYZ17.25669.297848.4621
Yxy9.29780.23000.1239
Hunter Lab30.492347.6576-72.8863
CIE-Lab36.551556.6084-62.0958

#742ebc color RGB value is (116,46,188).

#742ebc hex color red value is 116, green value is 46 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #742ebc hue: 0.75 , saturation: 0.61 and the lightness value of 742ebc is 0.46.

The process color (four color CMYK) of #742ebc color hex is 0.38, 0.76, 0.00, 0.26. Web safe color of #742ebc is #6633cc. Color #742ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101110 10111100
Octal 164 56 274
Decimal 116 46 188
Hex 74 2E BC

RGB Percentages of Color #742ebc

%33.14
%13.14
%53.71

CMYK Percentages of Color #742ebc

%38
%76
%0
%26

Triadic Colors of #742ebc

#742ebc #bc742e #2ebc74

Analogous Colors of #742ebc

#742ebc #bb2ebc #2e2fbc

Monochromatic Colors of #742ebc

#742ebc

Complementary Color

#742ebc #76bc2e

#742ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#742ebc Color CSS Codes

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

#742ebc Text Font Color

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

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


#742ebc Background Color

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

This div background color is #742ebc


#742ebc Border Color

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

This div border color is #742ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742ebc

#742ebc Color Palettes


Comments

No comments written yet.

Please login to write comment.