Color Hex Logo

#7557da Color Hex

#7557DA
(117,87,218)
0 Favorites   0 Comments

Color spaces of #7557da

RGB 11787218
HSL0.700.640.60
HSV254°60°85°
CMYK 0.460.600.00   0.15
XYZ23.399215.660368.1191
Yxy15.66030.21830.1461
Hunter Lab39.573136.2925-74.3576
CIE-Lab46.525643.8631-63.2511

#7557da color RGB value is (117,87,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010111 11011010
Octal 165 127 332
Decimal 117 87 218
Hex 75 57 DA

RGB Percentages of Color #7557da

%27.73
%20.62
%51.66

CMYK Percentages of Color #7557da

%46
%60
%0
%15

Triadic Colors of #7557da

#7557da #da7557 #57da75

Analogous Colors of #7557da

#7557da #b757da #577bda

Monochromatic Colors of #7557da

#7557da

Complementary Color

#7557da #bcda57

#7557da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7557da Color Preview on White Background

Lorem ipsum dolor sit amet.

#7557da Color CSS Codes

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

#7557da Text Font Color

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

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


#7557da Background Color

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

This div background color is #7557da


#7557da Border Color

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

This div border color is #7557da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7557da


Comments

No comments written yet.

Please login to write comment.