Color Hex Logo

#7555cd Color Hex

#7555CD
(117,85,205)
0 Favorites   0 Comments

Color spaces of #7555cd

RGB 11785205
HSL0.710.550.57
HSV256°59°80°
CMYK 0.430.590.00   0.20
XYZ21.604114.686759.4538
Yxy14.68670.22560.1534
Hunter Lab38.323233.5608-65.1549
CIE-Lab45.202141.3404-57.9486

#7555cd color RGB value is (117,85,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010101 11001101
Octal 165 125 315
Decimal 117 85 205
Hex 75 55 CD

RGB Percentages of Color #7555cd

%28.75
%20.88
%50.37

CMYK Percentages of Color #7555cd

%43
%59
%0
%20

Triadic Colors of #7555cd

#7555cd #cd7555 #55cd75

Analogous Colors of #7555cd

#7555cd #b155cd #5571cd

Monochromatic Colors of #7555cd

#7555cd

Complementary Color

#7555cd #adcd55

#7555cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7555cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7555cd Color CSS Codes

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

#7555cd Text Font Color

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

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


#7555cd Background Color

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

This div background color is #7555cd


#7555cd Border Color

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

This div border color is #7555cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7555cd


Comments

No comments written yet.

Please login to write comment.