Color Hex Logo

#7154ec Color Hex

#7154EC
(113,84,236)
0 Favorites   0 Comments

Color spaces of #7154ec

RGB 11384236
HSL0.700.800.63
HSV251°64°93°
CMYK 0.520.640.00   0.07
XYZ25.120715.907581.1033
Yxy15.90750.20570.1302
Hunter Lab39.884242.6292-92.6454
CIE-Lab46.852949.9563-72.9295

#7154ec color RGB value is (113,84,236).

#7154ec hex color red value is 113, green value is 84 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7154ec hue: 0.70 , saturation: 0.80 and the lightness value of 7154ec is 0.63.

The process color (four color CMYK) of #7154ec color hex is 0.52, 0.64, 0.00, 0.07. Web safe color of #7154ec is #6666ff. Color #7154ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010100 11101100
Octal 161 124 354
Decimal 113 84 236
Hex 71 54 EC

RGB Percentages of Color #7154ec

%26.10
%19.40
%54.50

CMYK Percentages of Color #7154ec

%52
%64
%0
%7

Triadic Colors of #7154ec

#7154ec #ec7154 #54ec71

Analogous Colors of #7154ec

#7154ec #bd54ec #5483ec

Monochromatic Colors of #7154ec

#7154ec

Complementary Color

#7154ec #cfec54

#7154ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7154ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7154ec Color CSS Codes

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

#7154ec Text Font Color

<p style="color:#7154ec">Text here</p>

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


#7154ec Background Color

<div style="background-color:#7154ec">
Div content here</div>

This div background color is #7154ec


#7154ec Border Color

<div style="border:3px solid #7154ec">
Div here</div>

This div border color is #7154ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,84,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7154ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7154ec;
  -webkit-box-shadow: 1px 1px 3px 2px #7154ec;
  box-shadow:         1px 1px 3px 2px #7154ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,84,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7154ec


Comments

No comments written yet.

Please login to write comment.