Color Hex Logo

#740cbe Color Hex

#740CBE
(116,12,190)
0 Favorites   0 Comments

Color spaces of #740cbe

RGB 11612190
HSL0.760.880.40
HSV275°94°75°
CMYK 0.390.940.00   0.25
XYZ16.62827.693749.3238
Yxy7.69370.22580.1045
Hunter Lab27.737558.4672-86.0152
CIE-Lab33.336766.9861-68.5383

#740cbe color RGB value is (116,12,190).

#740cbe hex color red value is 116, green value is 12 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #740cbe hue: 0.76 , saturation: 0.88 and the lightness value of 740cbe is 0.40.

The process color (four color CMYK) of #740cbe color hex is 0.39, 0.94, 0.00, 0.25. Web safe color of #740cbe is #6600cc. Color #740cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00001100 10111110
Octal 164 14 276
Decimal 116 12 190
Hex 74 C BE

RGB Percentages of Color #740cbe

%36.48
%3.77
%59.75

CMYK Percentages of Color #740cbe

%39
%94
%0
%25

Triadic Colors of #740cbe

#740cbe #be740c #0cbe74

Analogous Colors of #740cbe

#740cbe #be0caf #1b0cbe

Monochromatic Colors of #740cbe

#740cbe

Complementary Color

#740cbe #56be0c

#740cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#740cbe Color CSS Codes

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

#740cbe Text Font Color

<p style="color:#740cbe">Text here</p>

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


#740cbe Background Color

<div style="background-color:#740cbe">
Div content here</div>

This div background color is #740cbe


#740cbe Border Color

<div style="border:3px solid #740cbe">
Div here</div>

This div border color is #740cbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,12,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #740cbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #740cbe;
  -webkit-box-shadow: 1px 1px 3px 2px #740cbe;
  box-shadow:         1px 1px 3px 2px #740cbe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740cbe


Comments

No comments written yet.

Please login to write comment.