Color Hex Logo

#741cee Color Hex

#741CEE
(116,28,238)
0 Favorites   0 Comments

Color spaces of #741cee

RGB 11628238
HSL0.740.860.52
HSV265°88°93°
CMYK 0.510.880.00   0.07
XYZ23.050310.716681.7425
Yxy10.71660.19960.0928
Hunter Lab32.736268.3974-125.1321
CIE-Lab39.099074.3091-86.7733

#741cee color RGB value is (116,28,238).

#741cee hex color red value is 116, green value is 28 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #741cee hue: 0.74 , saturation: 0.86 and the lightness value of 741cee is 0.52.

The process color (four color CMYK) of #741cee color hex is 0.51, 0.88, 0.00, 0.07. Web safe color of #741cee is #6633ff. Color #741cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011100 11101110
Octal 164 34 356
Decimal 116 28 238
Hex 74 1C EE

RGB Percentages of Color #741cee

%30.37
%7.33
%62.30

CMYK Percentages of Color #741cee

%51
%88
%0
%7

Triadic Colors of #741cee

#741cee #ee741c #1cee74

Analogous Colors of #741cee

#741cee #dd1cee #1c2dee

Monochromatic Colors of #741cee

#741cee

Complementary Color

#741cee #96ee1c

#741cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#741cee Color CSS Codes

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

#741cee Text Font Color

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

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


#741cee Background Color

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

This div background color is #741cee


#741cee Border Color

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

This div border color is #741cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741cee


Comments

No comments written yet.

Please login to write comment.