Color Hex Logo

#bd27af Color Hex

#BD27AF
(189,39,175)
0 Favorites   0 Comments

Color spaces of #bd27af

RGB 18939175
HSL0.850.660.45
HSV306°79°74°
CMYK 0.000.790.07   0.26
XYZ29.449615.365041.9710
Yxy15.36500.33930.1770
Hunter Lab39.198265.5101-36.0453
CIE-Lab46.130170.5354-38.4339

#bd27af color RGB value is (189,39,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100111 10101111
Octal 275 47 257
Decimal 189 39 175
Hex BD 27 AF

RGB Percentages of Color #bd27af

%46.90
%9.68
%43.42

CMYK Percentages of Color #bd27af

%0
%79
%7
%26

Triadic Colors of #bd27af

#bd27af #afbd27 #27afbd

Analogous Colors of #bd27af

#bd27af #bd2764 #8027bd

Monochromatic Colors of #bd27af

#bd27af

Complementary Color

#bd27af #27bd35

#bd27af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd27af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd27af Color CSS Codes

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

#bd27af Text Font Color

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

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


#bd27af Background Color

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

This div background color is #bd27af


#bd27af Border Color

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

This div border color is #bd27af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd27af


Comments

No comments written yet.

Please login to write comment.