Color Hex Logo

#bd1ebc Color Hex

#BD1EBC
(189,30,188)
0 Favorites   0 Comments

Color spaces of #bd1ebc

RGB 18930188
HSL0.830.730.43
HSV300°84°74°
CMYK 0.000.840.01   0.26
XYZ30.527615.378248.9363
Yxy15.37820.32190.1621
Hunter Lab39.215070.3299-46.5372
CIE-Lab46.147974.5377-46.0466

#bd1ebc color RGB value is (189,30,188).

#bd1ebc hex color red value is 189, green value is 30 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bd1ebc hue: 0.83 , saturation: 0.73 and the lightness value of bd1ebc is 0.43.

The process color (four color CMYK) of #bd1ebc color hex is 0.00, 0.84, 0.01, 0.26. Web safe color of #bd1ebc is #cc33cc. Color #bd1ebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011110 10111100
Octal 275 36 274
Decimal 189 30 188
Hex BD 1E BC

RGB Percentages of Color #bd1ebc

%46.44
%7.37
%46.19

CMYK Percentages of Color #bd1ebc

%0
%84
%1
%26

Triadic Colors of #bd1ebc

#bd1ebc #bcbd1e #1ebcbd

Analogous Colors of #bd1ebc

#bd1ebc #bd1e6d #6f1ebd

Monochromatic Colors of #bd1ebc

#bd1ebc

Complementary Color

#bd1ebc #1ebd1f

#bd1ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd1ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd1ebc Color CSS Codes

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

#bd1ebc Text Font Color

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

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


#bd1ebc Background Color

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

This div background color is #bd1ebc


#bd1ebc Border Color

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

This div border color is #bd1ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd1ebc


Comments

No comments written yet.

Please login to write comment.