Color Hex Logo

#741cff Color Hex

#741CFF
(116,28,255)
0 Favorites   0 Comments

Color spaces of #741cff

RGB 11628255
HSL0.731.000.55
HSV263°89°100°
CMYK 0.550.890.00   0.00
XYZ25.667711.763595.5255
Yxy11.76350.19310.0885
Hunter Lab34.298073.5633-141.1239
CIE-Lab40.837778.1960-93.4661

#741cff color RGB value is (116,28,255).

#741cff hex color red value is 116, green value is 28 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #741cff hue: 0.73 , saturation: 1.00 and the lightness value of 741cff is 0.55.

The process color (four color CMYK) of #741cff color hex is 0.55, 0.89, 0.00, 0.00. Web safe color of #741cff is #6633ff. Color #741cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011100 11111111
Octal 164 34 377
Decimal 116 28 255
Hex 74 1C FF

RGB Percentages of Color #741cff

%29.07
%7.02
%63.91

CMYK Percentages of Color #741cff

%55
%89
%0
%0

Triadic Colors of #741cff

#741cff #ff741c #1cff74

Analogous Colors of #741cff

#741cff #e61cff #1c35ff

Monochromatic Colors of #741cff

#741cff

Complementary Color

#741cff #a7ff1c

#741cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#741cff Color CSS Codes

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

#741cff Text Font Color

<p style="color:#741cff">Text here</p>

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


#741cff Background Color

<div style="background-color:#741cff">
Div content here</div>

This div background color is #741cff


#741cff Border Color

<div style="border:3px solid #741cff">
Div here</div>

This div border color is #741cff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,28,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #741cff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #741cff;
  -webkit-box-shadow: 1px 1px 3px 2px #741cff;
  box-shadow:         1px 1px 3px 2px #741cff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741cff


Comments

No comments written yet.

Please login to write comment.