Color Hex Logo

#bd4cbf Color Hex

#BD4CBF
(189,76,191)
0 Favorites   0 Comments

Color spaces of #bd4cbf

RGB 18976191
HSL0.830.470.52
HSV299°60°75°
CMYK 0.010.600.00   0.25
XYZ32.974719.749351.3643
Yxy19.74930.31680.1897
Hunter Lab44.440254.6770-37.4197
CIE-Lab51.552660.1569-39.2211

#bd4cbf color RGB value is (189,76,191).

#bd4cbf hex color red value is 189, green value is 76 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bd4cbf hue: 0.83 , saturation: 0.47 and the lightness value of bd4cbf is 0.52.

The process color (four color CMYK) of #bd4cbf color hex is 0.01, 0.60, 0.00, 0.25. Web safe color of #bd4cbf is #cc33cc. Color #bd4cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001100 10111111
Octal 275 114 277
Decimal 189 76 191
Hex BD 4C BF

RGB Percentages of Color #bd4cbf

%41.45
%16.67
%41.89

CMYK Percentages of Color #bd4cbf

%1
%60
%0
%25

Triadic Colors of #bd4cbf

#bd4cbf #bfbd4c #4cbfbd

Analogous Colors of #bd4cbf

#bd4cbf #bf4c88 #844cbf

Monochromatic Colors of #bd4cbf

#bd4cbf

Complementary Color

#bd4cbf #4ebf4c

#bd4cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd4cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd4cbf Color CSS Codes

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

#bd4cbf Text Font Color

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

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


#bd4cbf Background Color

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

This div background color is #bd4cbf


#bd4cbf Border Color

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

This div border color is #bd4cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd4cbf


Comments

No comments written yet.

Please login to write comment.