Color Hex Logo

#742cbf Color Hex

#742CBF
(116,44,191)
0 Favorites   0 Comments

Color spaces of #742cbf

RGB 11644191
HSL0.750.630.46
HSV269°77°75°
CMYK 0.390.770.00   0.25
XYZ17.50719.276050.1579
Yxy9.27600.22750.1206
Hunter Lab30.456549.3069-76.3233
CIE-Lab36.510358.1490-63.9274

#742cbf color RGB value is (116,44,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101100 10111111
Octal 164 54 277
Decimal 116 44 191
Hex 74 2C BF

RGB Percentages of Color #742cbf

%33.05
%12.54
%54.42

CMYK Percentages of Color #742cbf

%39
%77
%0
%25

Triadic Colors of #742cbf

#742cbf #bf742c #2cbf74

Analogous Colors of #742cbf

#742cbf #be2cbf #2c2ebf

Monochromatic Colors of #742cbf

#742cbf

Complementary Color

#742cbf #77bf2c

#742cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#742cbf Color CSS Codes

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

#742cbf Text Font Color

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

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


#742cbf Background Color

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

This div background color is #742cbf


#742cbf Border Color

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

This div border color is #742cbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,44,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 #742cbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742cbf


Comments

No comments written yet.

Please login to write comment.