Color Hex Logo

#7d10bd Color Hex

#7D10BD
(125,16,189)
0 Favorites   0 Comments

Color spaces of #7d10bd

RGB 12516189
HSL0.770.840.40
HSV278°92°74°
CMYK 0.340.920.00   0.26
XYZ17.82808.404748.8267
Yxy8.40470.23750.1120
Hunter Lab28.990959.0350-79.5632
CIE-Lab34.811967.1976-65.4770

#7d10bd color RGB value is (125,16,189).

#7d10bd hex color red value is 125, green value is 16 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7d10bd hue: 0.77 , saturation: 0.84 and the lightness value of 7d10bd is 0.40.

The process color (four color CMYK) of #7d10bd color hex is 0.34, 0.92, 0.00, 0.26. Web safe color of #7d10bd is #6600cc. Color #7d10bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00010000 10111101
Octal 175 20 275
Decimal 125 16 189
Hex 7D 10 BD

RGB Percentages of Color #7d10bd

%37.88
%4.85
%57.27

CMYK Percentages of Color #7d10bd

%34
%92
%0
%26

Triadic Colors of #7d10bd

#7d10bd #bd7d10 #10bd7d

Analogous Colors of #7d10bd

#7d10bd #bd10a7 #2610bd

Monochromatic Colors of #7d10bd

#7d10bd

Complementary Color

#7d10bd #50bd10

#7d10bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d10bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d10bd Color CSS Codes

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

#7d10bd Text Font Color

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

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


#7d10bd Background Color

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

This div background color is #7d10bd


#7d10bd Border Color

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

This div border color is #7d10bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d10bd


Comments

No comments written yet.

Please login to write comment.