Color Hex Logo

#755ada Color Hex

#755ADA
(117,90,218)
0 Favorites   0 Comments

Color spaces of #755ada

RGB 11790218
HSL0.700.630.60
HSV253°59°85°
CMYK 0.460.590.00   0.15
XYZ23.647216.156268.2018
Yxy16.15620.21890.1496
Hunter Lab40.194834.6734-72.4659
CIE-Lab47.178842.1511-62.1942

#755ada color RGB value is (117,90,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011010 11011010
Octal 165 132 332
Decimal 117 90 218
Hex 75 5A DA

RGB Percentages of Color #755ada

%27.53
%21.18
%51.29

CMYK Percentages of Color #755ada

%46
%59
%0
%15

Triadic Colors of #755ada

#755ada #da755a #5ada75

Analogous Colors of #755ada

#755ada #b55ada #5a7fda

Monochromatic Colors of #755ada

#755ada

Complementary Color

#755ada #bfda5a

#755ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#755ada Color CSS Codes

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

#755ada Text Font Color

<p style="color:#755ada">Text here</p>

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


#755ada Background Color

<div style="background-color:#755ada">
Div content here</div>

This div background color is #755ada


#755ada Border Color

<div style="border:3px solid #755ada">
Div here</div>

This div border color is #755ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755ada


Comments

No comments written yet.

Please login to write comment.