Color Hex Logo

#bd1cdc Color Hex

#BD1CDC
(189,28,220)
0 Favorites   0 Comments

Color spaces of #bd1cdc

RGB 18928220
HSL0.810.770.49
HSV290°87°86°
CMYK 0.140.870.00   0.14
XYZ34.319816.816669.1472
Yxy16.81660.28530.1398
Hunter Lab41.008077.6233-71.2683
CIE-Lab48.028180.0622-61.5168

#bd1cdc color RGB value is (189,28,220).

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

The process color (four color CMYK) of #bd1cdc color hex is 0.14, 0.87, 0.00, 0.14. Web safe color of #bd1cdc is #cc33cc. Color #bd1cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011100 11011100
Octal 275 34 334
Decimal 189 28 220
Hex BD 1C DC

RGB Percentages of Color #bd1cdc

%43.25
%6.41
%50.34

CMYK Percentages of Color #bd1cdc

%14
%87
%0
%14

Triadic Colors of #bd1cdc

#bd1cdc #dcbd1c #1cdcbd

Analogous Colors of #bd1cdc

#bd1cdc #dc1c9b #5d1cdc

Monochromatic Colors of #bd1cdc

#bd1cdc

Complementary Color

#bd1cdc #3bdc1c

#bd1cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd1cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd1cdc Color CSS Codes

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

#bd1cdc Text Font Color

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

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


#bd1cdc Background Color

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

This div background color is #bd1cdc


#bd1cdc Border Color

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

This div border color is #bd1cdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,28,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 #bd1cdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd1cdc


Comments

No comments written yet.

Please login to write comment.