Color Hex Logo

#bd1de6 Color Hex

#BD1DE6
(189,29,230)
0 Favorites   0 Comments

Color spaces of #bd1de6

RGB 18929230
HSL0.800.800.51
HSV288°87°90°
CMYK 0.180.870.00   0.10
XYZ35.708617.410776.3415
Yxy17.41070.27580.1345
Hunter Lab41.726179.7369-79.2678
CIE-Lab48.773481.5890-65.9983

#bd1de6 color RGB value is (189,29,230).

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

The process color (four color CMYK) of #bd1de6 color hex is 0.18, 0.87, 0.00, 0.10. Web safe color of #bd1de6 is #cc33ff. Color #bd1de6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011101 11100110
Octal 275 35 346
Decimal 189 29 230
Hex BD 1D E6

RGB Percentages of Color #bd1de6

%42.19
%6.47
%51.34

CMYK Percentages of Color #bd1de6

%18
%87
%0
%10

Triadic Colors of #bd1de6

#bd1de6 #e6bd1d #1de6bd

Analogous Colors of #bd1de6

#bd1de6 #e61dab #591de6

Monochromatic Colors of #bd1de6

#bd1de6

Complementary Color

#bd1de6 #46e61d

#bd1de6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd1de6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd1de6 Color CSS Codes

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

#bd1de6 Text Font Color

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

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


#bd1de6 Background Color

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

This div background color is #bd1de6


#bd1de6 Border Color

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

This div border color is #bd1de6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd1de6


Comments

No comments written yet.

Please login to write comment.