Color Hex Logo

#bd2caf Color Hex

#BD2CAF
(189,44,175)
0 Favorites   0 Comments

Color spaces of #bd2caf

RGB 18944175
HSL0.850.620.46
HSV306°77°74°
CMYK 0.000.770.07   0.26
XYZ29.624815.715342.0294
Yxy15.71530.33910.1799
Hunter Lab39.642564.0184-35.1101
CIE-Lab46.598769.1851-37.6934

#bd2caf color RGB value is (189,44,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101100 10101111
Octal 275 54 257
Decimal 189 44 175
Hex BD 2C AF

RGB Percentages of Color #bd2caf

%46.32
%10.78
%42.89

CMYK Percentages of Color #bd2caf

%0
%77
%7
%26

Triadic Colors of #bd2caf

#bd2caf #afbd2c #2cafbd

Analogous Colors of #bd2caf

#bd2caf #bd2c67 #832cbd

Monochromatic Colors of #bd2caf

#bd2caf

Complementary Color

#bd2caf #2cbd3a

#bd2caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2caf Color CSS Codes

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

#bd2caf Text Font Color

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

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


#bd2caf Background Color

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

This div background color is #bd2caf


#bd2caf Border Color

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

This div border color is #bd2caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2caf


Comments

No comments written yet.

Please login to write comment.