Color Hex Logo

#bd1cdf Color Hex

#BD1CDF
(189,28,223)
0 Favorites   0 Comments

Color spaces of #bd1cdf

RGB 18928223
HSL0.800.780.49
HSV290°87°87°
CMYK 0.150.870.00   0.13
XYZ34.720816.977071.2589
Yxy16.97700.28240.1381
Hunter Lab41.203278.3117-73.6970
CIE-Lab48.231080.5689-62.8994

#bd1cdf color RGB value is (189,28,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011100 11011111
Octal 275 34 337
Decimal 189 28 223
Hex BD 1C DF

RGB Percentages of Color #bd1cdf

%42.95
%6.36
%50.68

CMYK Percentages of Color #bd1cdf

%15
%87
%0
%13

Triadic Colors of #bd1cdf

#bd1cdf #dfbd1c #1cdfbd

Analogous Colors of #bd1cdf

#bd1cdf #df1ca0 #5b1cdf

Monochromatic Colors of #bd1cdf

#bd1cdf

Complementary Color

#bd1cdf #3edf1c

#bd1cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd1cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd1cdf Color CSS Codes

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

#bd1cdf Text Font Color

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

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


#bd1cdf Background Color

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

This div background color is #bd1cdf


#bd1cdf Border Color

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

This div border color is #bd1cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd1cdf


Comments

No comments written yet.

Please login to write comment.