Color Hex Logo

#bd27cd Color Hex

#BD27CD
(189,39,205)
0 Favorites   0 Comments

Color spaces of #bd27cd

RGB 18939205
HSL0.820.680.48
HSV294°81°80°
CMYK 0.080.810.00   0.20
XYZ32.731216.677659.2516
Yxy16.67760.30120.1535
Hunter Lab40.838271.5981-57.4363
CIE-Lab47.851275.2441-53.1956

#bd27cd color RGB value is (189,39,205).

#bd27cd hex color red value is 189, green value is 39 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bd27cd hue: 0.82 , saturation: 0.68 and the lightness value of bd27cd is 0.48.

The process color (four color CMYK) of #bd27cd color hex is 0.08, 0.81, 0.00, 0.20. Web safe color of #bd27cd is #cc33cc. Color #bd27cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100111 11001101
Octal 275 47 315
Decimal 189 39 205
Hex BD 27 CD

RGB Percentages of Color #bd27cd

%43.65
%9.01
%47.34

CMYK Percentages of Color #bd27cd

%8
%81
%0
%20

Triadic Colors of #bd27cd

#bd27cd #cdbd27 #27cdbd

Analogous Colors of #bd27cd

#bd27cd #cd278a #6a27cd

Monochromatic Colors of #bd27cd

#bd27cd

Complementary Color

#bd27cd #37cd27

#bd27cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd27cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd27cd Color CSS Codes

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

#bd27cd Text Font Color

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

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


#bd27cd Background Color

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

This div background color is #bd27cd


#bd27cd Border Color

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

This div border color is #bd27cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd27cd


Comments

No comments written yet.

Please login to write comment.