Color Hex Logo

#7254cd Color Hex

#7254CD
(114,84,205)
0 Favorites   0 Comments

Color spaces of #7254cd

RGB 11484205
HSL0.710.550.57
HSV255°59°80°
CMYK 0.440.590.00   0.20
XYZ21.129214.325859.4091
Yxy14.32580.22270.1510
Hunter Lab37.849433.4099-66.5680
CIE-Lab44.696641.2667-58.7791

#7254cd color RGB value is (114,84,205).

#7254cd hex color red value is 114, green value is 84 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7254cd hue: 0.71 , saturation: 0.55 and the lightness value of 7254cd is 0.57.

The process color (four color CMYK) of #7254cd color hex is 0.44, 0.59, 0.00, 0.20. Web safe color of #7254cd is #6666cc. Color #7254cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010100 11001101
Octal 162 124 315
Decimal 114 84 205
Hex 72 54 CD

RGB Percentages of Color #7254cd

%28.29
%20.84
%50.87

CMYK Percentages of Color #7254cd

%44
%59
%0
%20

Triadic Colors of #7254cd

#7254cd #cd7254 #54cd72

Analogous Colors of #7254cd

#7254cd #af54cd #5473cd

Monochromatic Colors of #7254cd

#7254cd

Complementary Color

#7254cd #afcd54

#7254cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7254cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7254cd Color CSS Codes

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

#7254cd Text Font Color

<p style="color:#7254cd">Text here</p>

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


#7254cd Background Color

<div style="background-color:#7254cd">
Div content here</div>

This div background color is #7254cd


#7254cd Border Color

<div style="border:3px solid #7254cd">
Div here</div>

This div border color is #7254cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,84,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7254cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7254cd;
  -webkit-box-shadow: 1px 1px 3px 2px #7254cd;
  box-shadow:         1px 1px 3px 2px #7254cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7254cd


Comments

No comments written yet.

Please login to write comment.