Color Hex Logo

#754fcb Color Hex

#754FCB
(117,79,203)
0 Favorites   0 Comments

Color spaces of #754fcb

RGB 11779203
HSL0.720.540.55
HSV258°61°80°
CMYK 0.420.610.00   0.20
XYZ20.911613.685758.0393
Yxy13.68570.22570.1477
Hunter Lab36.994236.1604-67.1227
CIE-Lab43.778844.1795-59.0957

#754fcb color RGB value is (117,79,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001111 11001011
Octal 165 117 313
Decimal 117 79 203
Hex 75 4F CB

RGB Percentages of Color #754fcb

%29.32
%19.80
%50.88

CMYK Percentages of Color #754fcb

%42
%61
%0
%20

Triadic Colors of #754fcb

#754fcb #cb754f #4fcb75

Analogous Colors of #754fcb

#754fcb #b34fcb #4f67cb

Monochromatic Colors of #754fcb

#754fcb

Complementary Color

#754fcb #a5cb4f

#754fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#754fcb Color CSS Codes

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

#754fcb Text Font Color

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

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


#754fcb Background Color

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

This div background color is #754fcb


#754fcb Border Color

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

This div border color is #754fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754fcb


Comments

No comments written yet.

Please login to write comment.