Color Hex Logo

#741bdc Color Hex

#741BDC
(116,27,220)
0 Favorites   0 Comments

Color spaces of #741bdc

RGB 11627220
HSL0.740.780.48
HSV268°88°86°
CMYK 0.470.880.00   0.14
XYZ20.51279.664268.4944
Yxy9.66420.20790.0979
Hunter Lab31.087363.3790-108.8721
CIE-Lab37.232970.4629-79.5866

#741bdc color RGB value is (116,27,220).

#741bdc hex color red value is 116, green value is 27 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #741bdc hue: 0.74 , saturation: 0.78 and the lightness value of 741bdc is 0.48.

The process color (four color CMYK) of #741bdc color hex is 0.47, 0.88, 0.00, 0.14. Web safe color of #741bdc is #6633cc. Color #741bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011011 11011100
Octal 164 33 334
Decimal 116 27 220
Hex 74 1B DC

RGB Percentages of Color #741bdc

%31.96
%7.44
%60.61

CMYK Percentages of Color #741bdc

%47
%88
%0
%14

Triadic Colors of #741bdc

#741bdc #dc741b #1bdc74

Analogous Colors of #741bdc

#741bdc #d51bdc #1b22dc

Monochromatic Colors of #741bdc

#741bdc

Complementary Color

#741bdc #83dc1b

#741bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#741bdc Color CSS Codes

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

#741bdc Text Font Color

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

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


#741bdc Background Color

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

This div background color is #741bdc


#741bdc Border Color

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

This div border color is #741bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741bdc


Comments

No comments written yet.

Please login to write comment.