Color Hex Logo

#754dca Color Hex

#754DCA
(117,77,202)
0 Favorites   0 Comments

Color spaces of #754dca

RGB 11777202
HSL0.720.540.55
HSV259°62°79°
CMYK 0.420.620.00   0.21
XYZ20.650713.353957.3663
Yxy13.35390.22600.1462
Hunter Lab36.543036.9214-67.4952
CIE-Lab43.291745.0183-59.3063

#754dca color RGB value is (117,77,202).

#754dca hex color red value is 117, green value is 77 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #754dca hue: 0.72 , saturation: 0.54 and the lightness value of 754dca is 0.55.

The process color (four color CMYK) of #754dca color hex is 0.42, 0.62, 0.00, 0.21. Web safe color of #754dca is #6666cc. Color #754dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001101 11001010
Octal 165 115 312
Decimal 117 77 202
Hex 75 4D CA

RGB Percentages of Color #754dca

%29.55
%19.44
%51.01

CMYK Percentages of Color #754dca

%42
%62
%0
%21

Triadic Colors of #754dca

#754dca #ca754d #4dca75

Analogous Colors of #754dca

#754dca #b44dca #4d63ca

Monochromatic Colors of #754dca

#754dca

Complementary Color

#754dca #a2ca4d

#754dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#754dca Color CSS Codes

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

#754dca Text Font Color

<p style="color:#754dca">Text here</p>

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


#754dca Background Color

<div style="background-color:#754dca">
Div content here</div>

This div background color is #754dca


#754dca Border Color

<div style="border:3px solid #754dca">
Div here</div>

This div border color is #754dca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,77,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #754dca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #754dca;
  -webkit-box-shadow: 1px 1px 3px 2px #754dca;
  box-shadow:         1px 1px 3px 2px #754dca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754dca


Comments

No comments written yet.

Please login to write comment.