Color Hex Logo

#755cda Color Hex

#755CDA
(117,92,218)
0 Favorites   0 Comments

Color spaces of #755cda

RGB 11792218
HSL0.700.630.61
HSV252°58°85°
CMYK 0.460.580.00   0.15
XYZ23.818216.498268.2588
Yxy16.49820.21940.1520
Hunter Lab40.618033.5901-71.2047
CIE-Lab47.621440.9991-61.4786

#755cda color RGB value is (117,92,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011100 11011010
Octal 165 134 332
Decimal 117 92 218
Hex 75 5C DA

RGB Percentages of Color #755cda

%27.40
%21.55
%51.05

CMYK Percentages of Color #755cda

%46
%58
%0
%15

Triadic Colors of #755cda

#755cda #da755c #5cda75

Analogous Colors of #755cda

#755cda #b45cda #5c82da

Monochromatic Colors of #755cda

#755cda

Complementary Color

#755cda #c1da5c

#755cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#755cda Color CSS Codes

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

#755cda Text Font Color

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

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


#755cda Background Color

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

This div background color is #755cda


#755cda Border Color

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

This div border color is #755cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755cda


Comments

No comments written yet.

Please login to write comment.