Color Hex Logo

#742bbf Color Hex

#742BBF
(116,43,191)
0 Favorites   0 Comments

Color spaces of #742bbf

RGB 11643191
HSL0.750.630.46
HSV270°77°75°
CMYK 0.390.770.00   0.25
XYZ17.47039.202350.1457
Yxy9.20230.22740.1198
Hunter Lab30.335349.7126-76.7745
CIE-Lab36.370958.5505-64.1553

#742bbf color RGB value is (116,43,191).

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

The process color (four color CMYK) of #742bbf color hex is 0.39, 0.77, 0.00, 0.25. Web safe color of #742bbf is #6633cc. Color #742bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101011 10111111
Octal 164 53 277
Decimal 116 43 191
Hex 74 2B BF

RGB Percentages of Color #742bbf

%33.14
%12.29
%54.57

CMYK Percentages of Color #742bbf

%39
%77
%0
%25

Triadic Colors of #742bbf

#742bbf #bf742b #2bbf74

Analogous Colors of #742bbf

#742bbf #be2bbf #2b2cbf

Monochromatic Colors of #742bbf

#742bbf

Complementary Color

#742bbf #76bf2b

#742bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#742bbf Color CSS Codes

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

#742bbf Text Font Color

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

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


#742bbf Background Color

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

This div background color is #742bbf


#742bbf Border Color

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

This div border color is #742bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742bbf


Comments

No comments written yet.

Please login to write comment.