Color Hex Logo

#7555da Color Hex

#7555DA
(117,85,218)
4 Favorites   0 Comments

Color spaces of #7555da

RGB 11785218
HSL0.710.640.59
HSV254°61°85°
CMYK 0.460.610.00   0.15
XYZ23.239515.340968.0659
Yxy15.34090.21790.1438
Hunter Lab39.167537.3676-75.6180
CIE-Lab46.097644.9934-63.9445

#7555da color RGB value is (117,85,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010101 11011010
Octal 165 125 332
Decimal 117 85 218
Hex 75 55 DA

RGB Percentages of Color #7555da

%27.86
%20.24
%51.90

CMYK Percentages of Color #7555da

%46
%61
%0
%15

Triadic Colors of #7555da

#7555da #da7555 #55da75

Analogous Colors of #7555da

#7555da #b855da #5578da

Monochromatic Colors of #7555da

#7555da

Complementary Color

#7555da #bada55

#7555da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7555da Color Preview on White Background

Lorem ipsum dolor sit amet.

#7555da Color CSS Codes

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

#7555da Text Font Color

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

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


#7555da Background Color

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

This div background color is #7555da


#7555da Border Color

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

This div border color is #7555da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,85,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7555da


Comments

No comments written yet.

Please login to write comment.