Color Hex Logo

#7c54cd Color Hex

#7C54CD
(124,84,205)
0 Favorites   0 Comments

Color spaces of #7c54cd

RGB 12484205
HSL0.720.550.57
HSV260°59°80°
CMYK 0.400.590.00   0.20
XYZ22.501915.033559.4734
Yxy15.03350.23200.1550
Hunter Lab38.773135.7394-63.8029
CIE-Lab45.680043.4498-57.1425

#7c54cd color RGB value is (124,84,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 01010100 11001101
Octal 174 124 315
Decimal 124 84 205
Hex 7C 54 CD

RGB Percentages of Color #7c54cd

%30.02
%20.34
%49.64

CMYK Percentages of Color #7c54cd

%40
%59
%0
%20

Triadic Colors of #7c54cd

#7c54cd #cd7c54 #54cd7c

Analogous Colors of #7c54cd

#7c54cd #b954cd #5469cd

Monochromatic Colors of #7c54cd

#7c54cd

Complementary Color

#7c54cd #a5cd54

#7c54cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c54cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c54cd Color CSS Codes

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

#7c54cd Text Font Color

<p style="color:#7c54cd">Text here</p>

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


#7c54cd Background Color

<div style="background-color:#7c54cd">
Div content here</div>

This div background color is #7c54cd


#7c54cd Border Color

<div style="border:3px solid #7c54cd">
Div here</div>

This div border color is #7c54cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c54cd


Comments

No comments written yet.

Please login to write comment.