Color Hex Logo

#bd10df Color Hex

#BD10DF
(189,16,223)
0 Favorites   0 Comments

Color spaces of #bd10df

RGB 18916223
HSL0.810.870.47
HSV290°93°87°
CMYK 0.150.930.00   0.13
XYZ34.490816.517171.1823
Yxy16.51710.28230.1352
Hunter Lab40.641280.3646-75.3964
CIE-Lab47.645782.3008-63.8464

#bd10df color RGB value is (189,16,223).

#bd10df hex color red value is 189, green value is 16 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bd10df hue: 0.81 , saturation: 0.87 and the lightness value of bd10df is 0.47.

The process color (four color CMYK) of #bd10df color hex is 0.15, 0.93, 0.00, 0.13. Web safe color of #bd10df is #cc00cc. Color #bd10df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010000 11011111
Octal 275 20 337
Decimal 189 16 223
Hex BD 10 DF

RGB Percentages of Color #bd10df

%44.16
%3.74
%52.10

CMYK Percentages of Color #bd10df

%15
%93
%0
%13

Triadic Colors of #bd10df

#bd10df #dfbd10 #10dfbd

Analogous Colors of #bd10df

#bd10df #df109a #5610df

Monochromatic Colors of #bd10df

#bd10df

Complementary Color

#bd10df #32df10

#bd10df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd10df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd10df Color CSS Codes

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

#bd10df Text Font Color

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

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


#bd10df Background Color

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

This div background color is #bd10df


#bd10df Border Color

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

This div border color is #bd10df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd10df


Comments

No comments written yet.

Please login to write comment.