Color Hex Logo

#bd18dc Color Hex

#BD18DC
(189,24,220)
0 Favorites   0 Comments

Color spaces of #bd18dc

RGB 18924220
HSL0.810.800.48
HSV291°89°86°
CMYK 0.140.890.00   0.14
XYZ34.231216.639469.1177
Yxy16.63940.28530.1387
Hunter Lab40.791478.4080-71.9080
CIE-Lab47.802480.7283-61.8815

#bd18dc color RGB value is (189,24,220).

#bd18dc hex color red value is 189, green value is 24 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bd18dc hue: 0.81 , saturation: 0.80 and the lightness value of bd18dc is 0.48.

The process color (four color CMYK) of #bd18dc color hex is 0.14, 0.89, 0.00, 0.14. Web safe color of #bd18dc is #cc00cc. Color #bd18dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011000 11011100
Octal 275 30 334
Decimal 189 24 220
Hex BD 18 DC

RGB Percentages of Color #bd18dc

%43.65
%5.54
%50.81

CMYK Percentages of Color #bd18dc

%14
%89
%0
%14

Triadic Colors of #bd18dc

#bd18dc #dcbd18 #18dcbd

Analogous Colors of #bd18dc

#bd18dc #dc1899 #5b18dc

Monochromatic Colors of #bd18dc

#bd18dc

Complementary Color

#bd18dc #37dc18

#bd18dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd18dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd18dc Color CSS Codes

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

#bd18dc Text Font Color

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

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


#bd18dc Background Color

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

This div background color is #bd18dc


#bd18dc Border Color

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

This div border color is #bd18dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd18dc


Comments

No comments written yet.

Please login to write comment.