Color Hex Logo

#742bed Color Hex

#742BED
(116,43,237)
0 Favorites   0 Comments

Color spaces of #742bed

RGB 11643237
HSL0.730.840.55
HSV263°82°93°
CMYK 0.510.820.00   0.07
XYZ23.352411.555281.1203
Yxy11.55520.20130.0996
Hunter Lab33.992963.1379-117.6938
CIE-Lab40.500369.6254-83.8949

#742bed color RGB value is (116,43,237).

#742bed hex color red value is 116, green value is 43 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #742bed hue: 0.73 , saturation: 0.84 and the lightness value of 742bed is 0.55.

The process color (four color CMYK) of #742bed color hex is 0.51, 0.82, 0.00, 0.07. Web safe color of #742bed is #6633ff. Color #742bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101011 11101101
Octal 164 53 355
Decimal 116 43 237
Hex 74 2B ED

RGB Percentages of Color #742bed

%29.29
%10.86
%59.85

CMYK Percentages of Color #742bed

%51
%82
%0
%7

Triadic Colors of #742bed

#742bed #ed742b #2bed74

Analogous Colors of #742bed

#742bed #d52bed #2b43ed

Monochromatic Colors of #742bed

#742bed

Complementary Color

#742bed #a4ed2b

#742bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#742bed Color CSS Codes

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

#742bed Text Font Color

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

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


#742bed Background Color

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

This div background color is #742bed


#742bed Border Color

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

This div border color is #742bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742bed


Comments

No comments written yet.

Please login to write comment.