Color Hex Logo

#7441bf Color Hex

#7441BF
(116,65,191)
0 Favorites   0 Comments

Color spaces of #7441bf

RGB 11665191
HSL0.730.500.50
HSV264°66°75°
CMYK 0.390.660.00   0.25
XYZ18.496711.255250.4878
Yxy11.25520.23050.1403
Hunter Lab33.548839.7034-65.7418
CIE-Lab40.007048.3395-58.2366

#7441bf color RGB value is (116,65,191).

#7441bf hex color red value is 116, green value is 65 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7441bf hue: 0.73 , saturation: 0.50 and the lightness value of 7441bf is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000001 10111111
Octal 164 101 277
Decimal 116 65 191
Hex 74 41 BF

RGB Percentages of Color #7441bf

%31.18
%17.47
%51.34

CMYK Percentages of Color #7441bf

%39
%66
%0
%25

Triadic Colors of #7441bf

#7441bf #bf7441 #41bf74

Analogous Colors of #7441bf

#7441bf #b341bf #414dbf

Monochromatic Colors of #7441bf

#7441bf

Complementary Color

#7441bf #8cbf41

#7441bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7441bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7441bf Color CSS Codes

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

#7441bf Text Font Color

<p style="color:#7441bf">Text here</p>

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


#7441bf Background Color

<div style="background-color:#7441bf">
Div content here</div>

This div background color is #7441bf


#7441bf Border Color

<div style="border:3px solid #7441bf">
Div here</div>

This div border color is #7441bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7441bf


Comments

No comments written yet.

Please login to write comment.