Color Hex Logo

#742bae Color Hex

#742BAE
(116,43,174)
0 Favorites   0 Comments

Color spaces of #742bae

RGB 11643174
HSL0.760.600.43
HSV273°75°68°
CMYK 0.330.750.00   0.32
XYZ15.70638.496840.8566
Yxy8.49680.24140.1306
Hunter Lab29.149345.1687-62.6984
CIE-Lab34.996854.5636-56.3294

#742bae color RGB value is (116,43,174).

#742bae hex color red value is 116, green value is 43 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #742bae hue: 0.76 , saturation: 0.60 and the lightness value of 742bae is 0.43.

The process color (four color CMYK) of #742bae color hex is 0.33, 0.75, 0.00, 0.32. Web safe color of #742bae is #663399. Color #742bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101011 10101110
Octal 164 53 256
Decimal 116 43 174
Hex 74 2B AE

RGB Percentages of Color #742bae

%34.83
%12.91
%52.25

CMYK Percentages of Color #742bae

%33
%75
%0
%32

Triadic Colors of #742bae

#742bae #ae742b #2bae74

Analogous Colors of #742bae

#742bae #ae2ba7 #332bae

Monochromatic Colors of #742bae

#742bae

Complementary Color

#742bae #65ae2b

#742bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#742bae Color CSS Codes

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

#742bae Text Font Color

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

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


#742bae Background Color

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

This div background color is #742bae


#742bae Border Color

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

This div border color is #742bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742bae


Comments

No comments written yet.

Please login to write comment.