Color Hex Logo

#bd0fcc Color Hex

#BD0FCC
(189,15,204)
0 Favorites   0 Comments

Color spaces of #bd0fcc

RGB 18915204
HSL0.820.860.43
HSV295°93°80°
CMYK 0.070.930.00   0.20
XYZ32.056215.520158.4329
Yxy15.52010.30240.1464
Hunter Lab39.395676.3034-60.3642
CIE-Lab46.338579.3387-55.0482

#bd0fcc color RGB value is (189,15,204).

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

The process color (four color CMYK) of #bd0fcc color hex is 0.07, 0.93, 0.00, 0.20. Web safe color of #bd0fcc is #cc00cc. Color #bd0fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00001111 11001100
Octal 275 17 314
Decimal 189 15 204
Hex BD F CC

RGB Percentages of Color #bd0fcc

%46.32
%3.68
%50.00

CMYK Percentages of Color #bd0fcc

%7
%93
%0
%20

Triadic Colors of #bd0fcc

#bd0fcc #ccbd0f #0fccbd

Analogous Colors of #bd0fcc

#bd0fcc #cc0f7d #5e0fcc

Monochromatic Colors of #bd0fcc

#bd0fcc

Complementary Color

#bd0fcc #1ecc0f

#bd0fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd0fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd0fcc Color CSS Codes

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

#bd0fcc Text Font Color

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

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


#bd0fcc Background Color

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

This div background color is #bd0fcc


#bd0fcc Border Color

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

This div border color is #bd0fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd0fcc


Comments

No comments written yet.

Please login to write comment.