Color Hex Logo

#751cfe Color Hex

#751CFE
(117,28,254)
0 Favorites   0 Comments

Color spaces of #751cfe

RGB 11728254
HSL0.730.990.55
HSV264°89°100°
CMYK 0.540.890.00   0.00
XYZ25.640811.768294.6860
Yxy11.76820.19410.0891
Hunter Lab34.304873.3847-139.6352
CIE-Lab40.845378.0504-92.8905

#751cfe color RGB value is (117,28,254).

#751cfe hex color red value is 117, green value is 28 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #751cfe hue: 0.73 , saturation: 0.99 and the lightness value of 751cfe is 0.55.

The process color (four color CMYK) of #751cfe color hex is 0.54, 0.89, 0.00, 0.00. Web safe color of #751cfe is #6633ff. Color #751cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011100 11111110
Octal 165 34 376
Decimal 117 28 254
Hex 75 1C FE

RGB Percentages of Color #751cfe

%29.32
%7.02
%63.66

CMYK Percentages of Color #751cfe

%54
%89
%0
%0

Triadic Colors of #751cfe

#751cfe #fe751c #1cfe75

Analogous Colors of #751cfe

#751cfe #e61cfe #1c34fe

Monochromatic Colors of #751cfe

#751cfe

Complementary Color

#751cfe #a5fe1c

#751cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#751cfe Color CSS Codes

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

#751cfe Text Font Color

<p style="color:#751cfe">Text here</p>

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


#751cfe Background Color

<div style="background-color:#751cfe">
Div content here</div>

This div background color is #751cfe


#751cfe Border Color

<div style="border:3px solid #751cfe">
Div here</div>

This div border color is #751cfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,28,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #751cfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #751cfe;
  -webkit-box-shadow: 1px 1px 3px 2px #751cfe;
  box-shadow:         1px 1px 3px 2px #751cfe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751cfe


Comments

No comments written yet.

Please login to write comment.