Color Hex Logo

#754fce Color Hex

#754FCE
(117,79,206)
0 Favorites   0 Comments

Color spaces of #754fce

RGB 11779206
HSL0.720.560.56
HSV258°62°81°
CMYK 0.430.620.00   0.19
XYZ21.272713.830159.9408
Yxy13.83010.22380.1455
Hunter Lab37.188837.0248-69.5312
CIE-Lab43.988345.0039-60.4865

#754fce color RGB value is (117,79,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001111 11001110
Octal 165 117 316
Decimal 117 79 206
Hex 75 4F CE

RGB Percentages of Color #754fce

%29.10
%19.65
%51.24

CMYK Percentages of Color #754fce

%43
%62
%0
%19

Triadic Colors of #754fce

#754fce #ce754f #4fce75

Analogous Colors of #754fce

#754fce #b54fce #4f69ce

Monochromatic Colors of #754fce

#754fce

Complementary Color

#754fce #a8ce4f

#754fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#754fce Color CSS Codes

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

#754fce Text Font Color

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

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


#754fce Background Color

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

This div background color is #754fce


#754fce Border Color

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

This div border color is #754fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754fce


Comments

No comments written yet.

Please login to write comment.