Color Hex Logo

#7144ee Color Hex

#7144EE
(113,68,238)
0 Favorites   0 Comments

Color spaces of #7144ee

RGB 11368238
HSL0.710.830.60
HSV256°71°93°
CMYK 0.530.710.00   0.07
XYZ24.309813.818082.2748
Yxy13.81800.20190.1148
Hunter Lab37.172651.6819-105.2070
CIE-Lab43.970858.8887-78.7674

#7144ee color RGB value is (113,68,238).

#7144ee hex color red value is 113, green value is 68 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #7144ee hue: 0.71 , saturation: 0.83 and the lightness value of 7144ee is 0.60.

The process color (four color CMYK) of #7144ee color hex is 0.53, 0.71, 0.00, 0.07. Web safe color of #7144ee is #6633ff. Color #7144ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000100 11101110
Octal 161 104 356
Decimal 113 68 238
Hex 71 44 EE

RGB Percentages of Color #7144ee

%26.97
%16.23
%56.80

CMYK Percentages of Color #7144ee

%53
%71
%0
%7

Triadic Colors of #7144ee

#7144ee #ee7144 #44ee71

Analogous Colors of #7144ee

#7144ee #c644ee #446cee

Monochromatic Colors of #7144ee

#7144ee

Complementary Color

#7144ee #c1ee44

#7144ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7144ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7144ee Color CSS Codes

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

#7144ee Text Font Color

<p style="color:#7144ee">Text here</p>

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


#7144ee Background Color

<div style="background-color:#7144ee">
Div content here</div>

This div background color is #7144ee


#7144ee Border Color

<div style="border:3px solid #7144ee">
Div here</div>

This div border color is #7144ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,68,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7144ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7144ee;
  -webkit-box-shadow: 1px 1px 3px 2px #7144ee;
  box-shadow:         1px 1px 3px 2px #7144ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,68,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 #7144ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7144ee


Comments

No comments written yet.

Please login to write comment.