Color Hex Logo

#bd0ec7 Color Hex

#BD0EC7
(189,14,199)
0 Favorites   0 Comments

Color spaces of #bd0ec7

RGB 18914199
HSL0.820.870.42
HSV297°93°78°
CMYK 0.050.930.00   0.22
XYZ31.452115.256455.3199
Yxy15.25640.30830.1495
Hunter Lab39.059475.3807-56.6308
CIE-Lab45.983478.6690-52.7214

#bd0ec7 color RGB value is (189,14,199).

#bd0ec7 hex color red value is 189, green value is 14 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #bd0ec7 hue: 0.82 , saturation: 0.87 and the lightness value of bd0ec7 is 0.42.

The process color (four color CMYK) of #bd0ec7 color hex is 0.05, 0.93, 0.00, 0.22. Web safe color of #bd0ec7 is #cc00cc. Color #bd0ec7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00001110 11000111
Octal 275 16 307
Decimal 189 14 199
Hex BD E C7

RGB Percentages of Color #bd0ec7

%47.01
%3.48
%49.50

CMYK Percentages of Color #bd0ec7

%5
%93
%0
%22

Triadic Colors of #bd0ec7

#bd0ec7 #c7bd0e #0ec7bd

Analogous Colors of #bd0ec7

#bd0ec7 #c70e75 #610ec7

Monochromatic Colors of #bd0ec7

#bd0ec7

Complementary Color

#bd0ec7 #18c70e

#bd0ec7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd0ec7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd0ec7 Color CSS Codes

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

#bd0ec7 Text Font Color

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

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


#bd0ec7 Background Color

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

This div background color is #bd0ec7


#bd0ec7 Border Color

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

This div border color is #bd0ec7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd0ec7


Comments

No comments written yet.

Please login to write comment.