Color Hex Logo

#742bda Color Hex

#742BDA
(116,43,218)
0 Favorites   0 Comments

Color spaces of #742bda

RGB 11643218
HSL0.740.700.51
HSV265°80°85°
CMYK 0.470.800.00   0.15
XYZ20.721210.502767.2648
Yxy10.50270.21040.1066
Hunter Lab32.407957.4170-100.3750
CIE-Lab38.729965.0228-75.9738

#742bda color RGB value is (116,43,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101011 11011010
Octal 164 53 332
Decimal 116 43 218
Hex 74 2B DA

RGB Percentages of Color #742bda

%30.77
%11.41
%57.82

CMYK Percentages of Color #742bda

%47
%80
%0
%15

Triadic Colors of #742bda

#742bda #da742b #2bda74

Analogous Colors of #742bda

#742bda #cc2bda #2b3ada

Monochromatic Colors of #742bda

#742bda

Complementary Color

#742bda #91da2b

#742bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#742bda Color CSS Codes

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

#742bda Text Font Color

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

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


#742bda Background Color

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

This div background color is #742bda


#742bda Border Color

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

This div border color is #742bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742bda


Comments

No comments written yet.

Please login to write comment.