Color Hex Logo

#bd28af Color Hex

#BD28AF
(189,40,175)
0 Favorites   0 Comments

Color spaces of #bd28af

RGB 18940175
HSL0.850.650.45
HSV306°79°74°
CMYK 0.000.790.07   0.26
XYZ29.482915.431541.9821
Yxy15.43150.33930.1776
Hunter Lab39.282965.2239-35.8658
CIE-Lab46.219670.2771-38.2924

#bd28af color RGB value is (189,40,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101000 10101111
Octal 275 50 257
Decimal 189 40 175
Hex BD 28 AF

RGB Percentages of Color #bd28af

%46.78
%9.90
%43.32

CMYK Percentages of Color #bd28af

%0
%79
%7
%26

Triadic Colors of #bd28af

#bd28af #afbd28 #28afbd

Analogous Colors of #bd28af

#bd28af #bd2865 #8128bd

Monochromatic Colors of #bd28af

#bd28af

Complementary Color

#bd28af #28bd36

#bd28af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd28af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd28af Color CSS Codes

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

#bd28af Text Font Color

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

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


#bd28af Background Color

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

This div background color is #bd28af


#bd28af Border Color

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

This div border color is #bd28af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd28af


Comments

No comments written yet.

Please login to write comment.