Color Hex Logo

#741edc Color Hex

#741EDC
(116,30,220)
0 Favorites   0 Comments

Color spaces of #741edc

RGB 11630220
HSL0.740.760.49
HSV267°86°86°
CMYK 0.470.860.00   0.14
XYZ20.58509.808968.5185
Yxy9.80890.20810.0992
Hunter Lab31.319262.5133-107.7883
CIE-Lab37.497269.6753-79.1509

#741edc color RGB value is (116,30,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011110 11011100
Octal 164 36 334
Decimal 116 30 220
Hex 74 1E DC

RGB Percentages of Color #741edc

%31.69
%8.20
%60.11

CMYK Percentages of Color #741edc

%47
%86
%0
%14

Triadic Colors of #741edc

#741edc #dc741e #1edc74

Analogous Colors of #741edc

#741edc #d31edc #1e27dc

Monochromatic Colors of #741edc

#741edc

Complementary Color

#741edc #86dc1e

#741edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#741edc Color CSS Codes

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

#741edc Text Font Color

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

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


#741edc Background Color

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

This div background color is #741edc


#741edc Border Color

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

This div border color is #741edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741edc


Comments

No comments written yet.

Please login to write comment.