Color Hex Logo

#751bfd Color Hex

#751BFD
(117,27,253)
0 Favorites   0 Comments

Color spaces of #751bfd

RGB 11727253
HSL0.730.980.55
HSV264°89°99°
CMYK 0.540.890.00   0.01
XYZ25.457711.657693.8369
Yxy11.65760.19440.0890
Hunter Lab34.143273.3416-139.0483
CIE-Lab40.666778.0495-92.6262

#751bfd color RGB value is (117,27,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011011 11111101
Octal 165 33 375
Decimal 117 27 253
Hex 75 1B FD

RGB Percentages of Color #751bfd

%29.47
%6.80
%63.73

CMYK Percentages of Color #751bfd

%54
%89
%0
%1

Triadic Colors of #751bfd

#751bfd #fd751b #1bfd75

Analogous Colors of #751bfd

#751bfd #e61bfd #1b32fd

Monochromatic Colors of #751bfd

#751bfd

Complementary Color

#751bfd #a3fd1b

#751bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#751bfd Color CSS Codes

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

#751bfd Text Font Color

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

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


#751bfd Background Color

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

This div background color is #751bfd


#751bfd Border Color

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

This div border color is #751bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751bfd


Comments

No comments written yet.

Please login to write comment.