Color Hex Logo

#7154d9 Color Hex

#7154D9
(113,84,217)
0 Favorites   0 Comments

Color spaces of #7154d9

RGB 11384217
HSL0.700.640.59
HSV253°61°85°
CMYK 0.480.610.00   0.15
XYZ22.504814.861167.3280
Yxy14.86110.21500.1419
Hunter Lab38.550136.7422-76.5653
CIE-Lab45.443444.4833-64.4523

#7154d9 color RGB value is (113,84,217).

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

The process color (four color CMYK) of #7154d9 color hex is 0.48, 0.61, 0.00, 0.15. Web safe color of #7154d9 is #6666cc. Color #7154d9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010100 11011001
Octal 161 124 331
Decimal 113 84 217
Hex 71 54 D9

RGB Percentages of Color #7154d9

%27.29
%20.29
%52.42

CMYK Percentages of Color #7154d9

%48
%61
%0
%15

Triadic Colors of #7154d9

#7154d9 #d97154 #54d971

Analogous Colors of #7154d9

#7154d9 #b454d9 #547ad9

Monochromatic Colors of #7154d9

#7154d9

Complementary Color

#7154d9 #bcd954

#7154d9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7154d9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7154d9 Color CSS Codes

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

#7154d9 Text Font Color

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

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


#7154d9 Background Color

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

This div background color is #7154d9


#7154d9 Border Color

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

This div border color is #7154d9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7154d9


Comments

No comments written yet.

Please login to write comment.