Color Hex Logo

#740bcf Color Hex

#740BCF
(116,11,207)
0 Favorites   0 Comments

Color spaces of #740bcf

RGB 11611207
HSL0.760.900.43
HSV272°95°81°
CMYK 0.440.950.00   0.19
XYZ18.58468.457359.6844
Yxy8.45730.21430.0975
Hunter Lab29.081463.1786-101.3250
CIE-Lab34.917770.7345-75.8914

#740bcf color RGB value is (116,11,207).

#740bcf hex color red value is 116, green value is 11 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #740bcf hue: 0.76 , saturation: 0.90 and the lightness value of 740bcf is 0.43.

The process color (four color CMYK) of #740bcf color hex is 0.44, 0.95, 0.00, 0.19. Web safe color of #740bcf is #6600cc. Color #740bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00001011 11001111
Octal 164 13 317
Decimal 116 11 207
Hex 74 B CF

RGB Percentages of Color #740bcf

%34.73
%3.29
%61.98

CMYK Percentages of Color #740bcf

%44
%95
%0
%19

Triadic Colors of #740bcf

#740bcf #cf740b #0bcf74

Analogous Colors of #740bcf

#740bcf #cf0bc8 #120bcf

Monochromatic Colors of #740bcf

#740bcf

Complementary Color

#740bcf #66cf0b

#740bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#740bcf Color CSS Codes

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

#740bcf Text Font Color

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

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


#740bcf Background Color

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

This div background color is #740bcf


#740bcf Border Color

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

This div border color is #740bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740bcf


Comments

No comments written yet.

Please login to write comment.