Color Hex Logo

#751fbd Color Hex

#751FBD
(117,31,189)
0 Favorites   0 Comments

Color spaces of #751fbd

RGB 11731189
HSL0.760.720.43
HSV273°84°74°
CMYK 0.380.840.00   0.26
XYZ17.01148.436048.8758
Yxy8.43600.22890.1135
Hunter Lab29.044853.7182-79.4403
CIE-Lab34.874962.4876-65.4197

#751fbd color RGB value is (117,31,189).

#751fbd hex color red value is 117, green value is 31 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #751fbd hue: 0.76 , saturation: 0.72 and the lightness value of 751fbd is 0.43.

The process color (four color CMYK) of #751fbd color hex is 0.38, 0.84, 0.00, 0.26. Web safe color of #751fbd is #6633cc. Color #751fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011111 10111101
Octal 165 37 275
Decimal 117 31 189
Hex 75 1F BD

RGB Percentages of Color #751fbd

%34.72
%9.20
%56.08

CMYK Percentages of Color #751fbd

%38
%84
%0
%26

Triadic Colors of #751fbd

#751fbd #bd751f #1fbd75

Analogous Colors of #751fbd

#751fbd #bd1fb6 #261fbd

Monochromatic Colors of #751fbd

#751fbd

Complementary Color

#751fbd #67bd1f

#751fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#751fbd Color CSS Codes

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

#751fbd Text Font Color

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

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


#751fbd Background Color

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

This div background color is #751fbd


#751fbd Border Color

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

This div border color is #751fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751fbd


Comments

No comments written yet.

Please login to write comment.