color codes Logo

#bd1dea color codes

#BD1DEA
(189,29,234)
0 Favorites   0 Comments

Color spaces of #bd1dea

RGB 18929234
HSL0.800.830.52
HSV287°88°92°
CMYK 0.190.880.00   0.08
XYZ36.276917.638179.3344
Yxy17.63810.27220.1324
Hunter Lab41.997780.6891-82.6013
CIE-Lab49.054282.2826-67.8064

#bd1dea color RGB value is (189,29,234).

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

The process color (four color CMYK) of #bd1dea color code is 0.19, 0.88, 0.00, 0.08. Web safe color of #bd1dea is #cc33ff. Color #bd1dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011101 11101010
Octal 275 35 352
Decimal 189 29 234
Hex BD 1D EA

RGB Percentages of Color #bd1dea

%41.81
%6.42
%51.77

CMYK Percentages of Color #bd1dea

%19
%88
%0
%8

Triadic Colors of #bd1dea

#bd1dea #eabd1d #1deabd

Analogous Colors of #bd1dea

#bd1dea #ea1db1 #571dea

Monochromatic Colors of #bd1dea

#bd1dea

Complementary Color

#bd1dea #4aea1d

#bd1dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd1dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd1dea Color CSS Codes

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

#bd1dea Text Font Color

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

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


#bd1dea Background Color

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

This div background color is #bd1dea


#bd1dea Border Color

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

This div border color is #bd1dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd1dea


Comments

No comments written yet.

Please login to write comment.