Color Hex Logo

#742dc0 Color Hex

#742DC0
(116,45,192)
0 Favorites   0 Comments

Color spaces of #742dc0

RGB 11645192
HSL0.750.620.46
HSV269°77°75°
CMYK 0.400.770.00   0.25
XYZ17.65539.395550.7522
Yxy9.39550.22690.1208
Hunter Lab30.652149.1731-76.7130
CIE-Lab36.734957.9817-64.1480

#742dc0 color RGB value is (116,45,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101101 11000000
Octal 164 55 300
Decimal 116 45 192
Hex 74 2D C0

RGB Percentages of Color #742dc0

%32.86
%12.75
%54.39

CMYK Percentages of Color #742dc0

%40
%77
%0
%25

Triadic Colors of #742dc0

#742dc0 #c0742d #2dc074

Analogous Colors of #742dc0

#742dc0 #be2dc0 #2d2fc0

Monochromatic Colors of #742dc0

#742dc0

Complementary Color

#742dc0 #79c02d

#742dc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742dc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742dc0 Color CSS Codes

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

#742dc0 Text Font Color

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

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


#742dc0 Background Color

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

This div background color is #742dc0


#742dc0 Border Color

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

This div border color is #742dc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742dc0


Comments

No comments written yet.

Please login to write comment.