color codes Logo

#741ece color codes

#741ECE
(116,30,206)
0 Favorites   0 Comments

Color spaces of #741ece

RGB 11630206
HSL0.750.750.46
HSV269°85°81°
CMYK 0.440.850.00   0.19
XYZ18.80739.097859.1573
Yxy9.09780.21600.1045
Hunter Lab30.162658.5159-95.1706
CIE-Lab36.171966.4829-73.2456

#741ece color RGB value is (116,30,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011110 11001110
Octal 164 36 316
Decimal 116 30 206
Hex 74 1E CE

RGB Percentages of Color #741ece

%32.95
%8.52
%58.52

CMYK Percentages of Color #741ece

%44
%85
%0
%19

Triadic Colors of #741ece

#741ece #ce741e #1ece74

Analogous Colors of #741ece

#741ece #cc1ece #1e20ce

Monochromatic Colors of #741ece

#741ece

Complementary Color

#741ece #78ce1e

#741ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#741ece Color CSS Codes

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

#741ece Text Font Color

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

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


#741ece Background Color

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

This div background color is #741ece


#741ece Border Color

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

This div border color is #741ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741ece


Comments

No comments written yet.

Please login to write comment.