Color Hex Logo

#bd1aaf Color Hex

#BD1AAF
(189,26,175)
0 Favorites   0 Comments

Color spaces of #bd1aaf

RGB 18926175
HSL0.850.760.42
HSV305°86°74°
CMYK 0.000.860.07   0.26
XYZ29.093514.652841.8523
Yxy14.65280.33990.1712
Hunter Lab38.279068.6787-38.0294
CIE-Lab45.154973.3695-39.9779

#bd1aaf color RGB value is (189,26,175).

#bd1aaf hex color red value is 189, green value is 26 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bd1aaf hue: 0.85 , saturation: 0.76 and the lightness value of bd1aaf is 0.42.

The process color (four color CMYK) of #bd1aaf color hex is 0.00, 0.86, 0.07, 0.26. Web safe color of #bd1aaf is #cc3399. Color #bd1aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011010 10101111
Octal 275 32 257
Decimal 189 26 175
Hex BD 1A AF

RGB Percentages of Color #bd1aaf

%48.46
%6.67
%44.87

CMYK Percentages of Color #bd1aaf

%0
%86
%7
%26

Triadic Colors of #bd1aaf

#bd1aaf #afbd1a #1aafbd

Analogous Colors of #bd1aaf

#bd1aaf #bd1a5e #7a1abd

Monochromatic Colors of #bd1aaf

#bd1aaf

Complementary Color

#bd1aaf #1abd28

#bd1aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd1aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd1aaf Color CSS Codes

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

#bd1aaf Text Font Color

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

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


#bd1aaf Background Color

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

This div background color is #bd1aaf


#bd1aaf Border Color

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

This div border color is #bd1aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd1aaf


Comments

No comments written yet.

Please login to write comment.