Color Hex Logo

#bd1ecc Color Hex

#BD1ECC
(189,30,204)
0 Favorites   0 Comments

Color spaces of #bd1ecc

RGB 18930204
HSL0.820.740.46
HSV295°85°80°
CMYK 0.070.850.00   0.20
XYZ32.349616.107058.5307
Yxy16.10700.30240.1506
Hunter Lab40.133573.6461-58.3750
CIE-Lab47.114677.0521-53.8008

#bd1ecc color RGB value is (189,30,204).

#bd1ecc hex color red value is 189, green value is 30 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bd1ecc hue: 0.82 , saturation: 0.74 and the lightness value of bd1ecc is 0.46.

The process color (four color CMYK) of #bd1ecc color hex is 0.07, 0.85, 0.00, 0.20. Web safe color of #bd1ecc is #cc33cc. Color #bd1ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011110 11001100
Octal 275 36 314
Decimal 189 30 204
Hex BD 1E CC

RGB Percentages of Color #bd1ecc

%44.68
%7.09
%48.23

CMYK Percentages of Color #bd1ecc

%7
%85
%0
%20

Triadic Colors of #bd1ecc

#bd1ecc #ccbd1e #1eccbd

Analogous Colors of #bd1ecc

#bd1ecc #cc1e84 #661ecc

Monochromatic Colors of #bd1ecc

#bd1ecc

Complementary Color

#bd1ecc #2dcc1e

#bd1ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd1ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd1ecc Color CSS Codes

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

#bd1ecc Text Font Color

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

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


#bd1ecc Background Color

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

This div background color is #bd1ecc


#bd1ecc Border Color

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

This div border color is #bd1ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd1ecc


Comments

No comments written yet.

Please login to write comment.