Color Hex Logo

#bd1dec Color Hex

#BD1DEC
(189,29,236)
0 Favorites   0 Comments

Color spaces of #bd1dec

RGB 18929236
HSL0.800.840.52
HSV286°88°93°
CMYK 0.200.880.00   0.07
XYZ36.566017.753780.8564
Yxy17.75370.27050.1313
Hunter Lab42.135181.1706-84.2816
CIE-Lab49.196082.6323-68.7055

#bd1dec color RGB value is (189,29,236).

#bd1dec hex color red value is 189, green value is 29 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bd1dec hue: 0.80 , saturation: 0.84 and the lightness value of bd1dec is 0.52.

The process color (four color CMYK) of #bd1dec color hex is 0.20, 0.88, 0.00, 0.07. Web safe color of #bd1dec is #cc33ff. Color #bd1dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011101 11101100
Octal 275 35 354
Decimal 189 29 236
Hex BD 1D EC

RGB Percentages of Color #bd1dec

%41.63
%6.39
%51.98

CMYK Percentages of Color #bd1dec

%20
%88
%0
%7

Triadic Colors of #bd1dec

#bd1dec #ecbd1d #1decbd

Analogous Colors of #bd1dec

#bd1dec #ec1db4 #561dec

Monochromatic Colors of #bd1dec

#bd1dec

Complementary Color

#bd1dec #4cec1d

#bd1dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd1dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd1dec Color CSS Codes

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

#bd1dec Text Font Color

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

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


#bd1dec Background Color

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

This div background color is #bd1dec


#bd1dec Border Color

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

This div border color is #bd1dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd1dec


Comments

No comments written yet.

Please login to write comment.