Color Hex Logo

#751fdc Color Hex

#751FDC
(117,31,220)
0 Favorites   0 Comments

Color spaces of #751fdc

RGB 11731220
HSL0.740.750.49
HSV267°86°86°
CMYK 0.470.860.00   0.14
XYZ20.74449.929268.5333
Yxy9.92920.20910.1001
Hunter Lab31.510662.3683-106.8939
CIE-Lab37.715169.5095-78.7877

#751fdc color RGB value is (117,31,220).

#751fdc hex color red value is 117, green value is 31 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #751fdc hue: 0.74 , saturation: 0.75 and the lightness value of 751fdc is 0.49.

The process color (four color CMYK) of #751fdc color hex is 0.47, 0.86, 0.00, 0.14. Web safe color of #751fdc is #6633cc. Color #751fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011111 11011100
Octal 165 37 334
Decimal 117 31 220
Hex 75 1F DC

RGB Percentages of Color #751fdc

%31.79
%8.42
%59.78

CMYK Percentages of Color #751fdc

%47
%86
%0
%14

Triadic Colors of #751fdc

#751fdc #dc751f #1fdc75

Analogous Colors of #751fdc

#751fdc #d41fdc #1f28dc

Monochromatic Colors of #751fdc

#751fdc

Complementary Color

#751fdc #86dc1f

#751fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#751fdc Color CSS Codes

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

#751fdc Text Font Color

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

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


#751fdc Background Color

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

This div background color is #751fdc


#751fdc Border Color

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

This div border color is #751fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751fdc


Comments

No comments written yet.

Please login to write comment.