Color Hex Logo

#7f1dbd Color Hex

#7F1DBD
(127,29,189)
0 Favorites   0 Comments

Color spaces of #7f1dbd

RGB 12729189
HSL0.770.730.43
HSV277°85°74°
CMYK 0.330.850.00   0.26
XYZ18.37719.064948.9252
Yxy9.06490.24060.1187
Hunter Lab30.108056.2627-75.2702
CIE-Lab36.109064.5156-63.3436

#7f1dbd color RGB value is (127,29,189).

#7f1dbd hex color red value is 127, green value is 29 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7f1dbd hue: 0.77 , saturation: 0.73 and the lightness value of 7f1dbd is 0.43.

The process color (four color CMYK) of #7f1dbd color hex is 0.33, 0.85, 0.00, 0.26. Web safe color of #7f1dbd is #6633cc. Color #7f1dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 00011101 10111101
Octal 177 35 275
Decimal 127 29 189
Hex 7F 1D BD

RGB Percentages of Color #7f1dbd

%36.81
%8.41
%54.78

CMYK Percentages of Color #7f1dbd

%33
%85
%0
%26

Triadic Colors of #7f1dbd

#7f1dbd #bd7f1d #1dbd7f

Analogous Colors of #7f1dbd

#7f1dbd #bd1dab #2f1dbd

Monochromatic Colors of #7f1dbd

#7f1dbd

Complementary Color

#7f1dbd #5bbd1d

#7f1dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f1dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f1dbd Color CSS Codes

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

#7f1dbd Text Font Color

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

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


#7f1dbd Background Color

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

This div background color is #7f1dbd


#7f1dbd Border Color

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

This div border color is #7f1dbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,29,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7f1dbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7f1dbd;
  -webkit-box-shadow: 1px 1px 3px 2px #7f1dbd;
  box-shadow:         1px 1px 3px 2px #7f1dbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,29,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 #7f1dbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f1dbd


Comments

No comments written yet.

Please login to write comment.