Color Hex Logo

#741dce Color Hex

#741DCE
(116,29,206)
0 Favorites   0 Comments

Color spaces of #741dce

RGB 11629206
HSL0.750.750.46
HSV269°86°81°
CMYK 0.440.860.00   0.19
XYZ18.78249.048059.1490
Yxy9.04800.21590.1040
Hunter Lab30.079958.8186-95.5317
CIE-Lab36.076566.7653-73.4024

#741dce color RGB value is (116,29,206).

#741dce hex color red value is 116, green value is 29 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #741dce hue: 0.75 , saturation: 0.75 and the lightness value of 741dce is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011101 11001110
Octal 164 35 316
Decimal 116 29 206
Hex 74 1D CE

RGB Percentages of Color #741dce

%33.05
%8.26
%58.69

CMYK Percentages of Color #741dce

%44
%86
%0
%19

Triadic Colors of #741dce

#741dce #ce741d #1dce74

Analogous Colors of #741dce

#741dce #cd1dce #1d1fce

Monochromatic Colors of #741dce

#741dce

Complementary Color

#741dce #77ce1d

#741dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#741dce Color CSS Codes

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

#741dce Text Font Color

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

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


#741dce Background Color

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

This div background color is #741dce


#741dce Border Color

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

This div border color is #741dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741dce


Comments

No comments written yet.

Please login to write comment.