Color Hex Logo

#754ecf Color Hex

#754ECF
(117,78,207)
0 Favorites   0 Comments

Color spaces of #754ecf

RGB 11778207
HSL0.720.570.56
HSV258°62°81°
CMYK 0.430.620.00   0.19
XYZ21.323013.735760.5589
Yxy13.73570.22300.1437
Hunter Lab37.061737.8398-70.9368
CIE-Lab43.851545.8327-61.2838

#754ecf color RGB value is (117,78,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001110 11001111
Octal 165 116 317
Decimal 117 78 207
Hex 75 4E CF

RGB Percentages of Color #754ecf

%29.10
%19.40
%51.49

CMYK Percentages of Color #754ecf

%43
%62
%0
%19

Triadic Colors of #754ecf

#754ecf #cf754e #4ecf75

Analogous Colors of #754ecf

#754ecf #b64ecf #4e68cf

Monochromatic Colors of #754ecf

#754ecf

Complementary Color

#754ecf #a8cf4e

#754ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#754ecf Color CSS Codes

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

#754ecf Text Font Color

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

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


#754ecf Background Color

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

This div background color is #754ecf


#754ecf Border Color

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

This div border color is #754ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754ecf


Comments

No comments written yet.

Please login to write comment.