Color Hex Logo

#bd15be Color Hex

#BD15BE
(189,21,190)
0 Favorites   0 Comments

Color spaces of #bd15be

RGB 18921190
HSL0.830.800.41
HSV300°89°75°
CMYK 0.010.890.00   0.25
XYZ30.548715.072950.0145
Yxy15.07290.31940.1576
Hunter Lab38.823872.5118-49.2032
CIE-Lab45.733976.4011-47.8774

#bd15be color RGB value is (189,21,190).

#bd15be hex color red value is 189, green value is 21 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bd15be hue: 0.83 , saturation: 0.80 and the lightness value of bd15be is 0.41.

The process color (four color CMYK) of #bd15be color hex is 0.01, 0.89, 0.00, 0.25. Web safe color of #bd15be is #cc00cc. Color #bd15be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010101 10111110
Octal 275 25 276
Decimal 189 21 190
Hex BD 15 BE

RGB Percentages of Color #bd15be

%47.25
%5.25
%47.50

CMYK Percentages of Color #bd15be

%1
%89
%0
%25

Triadic Colors of #bd15be

#bd15be #bebd15 #15bebd

Analogous Colors of #bd15be

#bd15be #be156b #6915be

Monochromatic Colors of #bd15be

#bd15be

Complementary Color

#bd15be #16be15

#bd15be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd15be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd15be Color CSS Codes

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

#bd15be Text Font Color

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

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


#bd15be Background Color

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

This div background color is #bd15be


#bd15be Border Color

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

This div border color is #bd15be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd15be


Comments

No comments written yet.

Please login to write comment.