Color Hex Logo

#7c55cd Color Hex

#7C55CD
(124,85,205)
0 Favorites   0 Comments

Color spaces of #7c55cd

RGB 12485205
HSL0.720.550.57
HSV260°59°80°
CMYK 0.400.590.00   0.20
XYZ22.580115.189959.4994
Yxy15.18990.23210.1562
Hunter Lab38.974235.2108-63.2322
CIE-Lab45.893242.8890-56.7988

#7c55cd color RGB value is (124,85,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 01010101 11001101
Octal 174 125 315
Decimal 124 85 205
Hex 7C 55 CD

RGB Percentages of Color #7c55cd

%29.95
%20.53
%49.52

CMYK Percentages of Color #7c55cd

%40
%59
%0
%20

Triadic Colors of #7c55cd

#7c55cd #cd7c55 #55cd7c

Analogous Colors of #7c55cd

#7c55cd #b855cd #556acd

Monochromatic Colors of #7c55cd

#7c55cd

Complementary Color

#7c55cd #a6cd55

#7c55cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c55cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c55cd Color CSS Codes

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

#7c55cd Text Font Color

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

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


#7c55cd Background Color

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

This div background color is #7c55cd


#7c55cd Border Color

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

This div border color is #7c55cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c55cd


Comments

No comments written yet.

Please login to write comment.