Color Hex Logo

#751269 Color Hex

#751269
(117,18,105)
0 Favorites   0 Comments

Color spaces of #751269

RGB 11718105
HSL0.850.730.26
HSV307°85°46°
CMYK 0.000.850.10   0.54
XYZ10.10225.234413.8425
Yxy5.23440.34620.1794
Hunter Lab22.878838.7792-19.8574
CIE-Lab27.392449.8079-25.7508

#751269 color RGB value is (117,18,105).

#751269 hex color red value is 117, green value is 18 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #751269 hue: 0.85 , saturation: 0.73 and the lightness value of 751269 is 0.26.

The process color (four color CMYK) of #751269 color hex is 0.00, 0.85, 0.10, 0.54. Web safe color of #751269 is #660066. Color #751269 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010010 01101001
Octal 165 22 151
Decimal 117 18 105
Hex 75 12 69

RGB Percentages of Color #751269

%48.75
%7.50
%43.75

CMYK Percentages of Color #751269

%0
%85
%10
%54

Triadic Colors of #751269

#751269 #697512 #126975

Analogous Colors of #751269

#751269 #751237 #501275

Monochromatic Colors of #751269

#751269

Complementary Color

#751269 #12751e

#751269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#751269 Color CSS Codes

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

#751269 Text Font Color

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

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


#751269 Background Color

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

This div background color is #751269


#751269 Border Color

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

This div border color is #751269


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,18,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #751269; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #751269;
  -webkit-box-shadow: 1px 1px 3px 2px #751269;
  box-shadow:         1px 1px 3px 2px #751269; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751269


Comments

No comments written yet.

Please login to write comment.