Color Hex Logo

#bd00cf Color Hex

#BD00CF
(189,0,207)
0 Favorites   0 Comments

Color spaces of #bd00cf

RGB 1890207
HSL0.821.000.41
HSV295°100°81°
CMYK 0.091.000.00   0.19
XYZ32.248815.323860.2896
Yxy15.32380.29900.1421
Hunter Lab39.145678.5463-63.9127
CIE-Lab46.074581.1720-57.2068

#bd00cf color RGB value is (189,0,207).

#bd00cf hex color red value is 189, green value is 0 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bd00cf hue: 0.82 , saturation: 1.00 and the lightness value of bd00cf is 0.41.

The process color (four color CMYK) of #bd00cf color hex is 0.09, 1.00, 0.00, 0.19. Web safe color of #bd00cf is #cc00cc. Color #bd00cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000000 11001111
Octal 275 0 317
Decimal 189 0 207
Hex BD 0 CF

RGB Percentages of Color #bd00cf

%47.73
%0.00
%52.27

CMYK Percentages of Color #bd00cf

%9
%100
%0
%19

Triadic Colors of #bd00cf

#bd00cf #cfbd00 #00cfbd

Analogous Colors of #bd00cf

#bd00cf #cf007a #5500cf

Monochromatic Colors of #bd00cf

#bd00cf

Complementary Color

#bd00cf #12cf00

#bd00cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd00cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd00cf Color CSS Codes

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

#bd00cf Text Font Color

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

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


#bd00cf Background Color

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

This div background color is #bd00cf


#bd00cf Border Color

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

This div border color is #bd00cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd00cf


Comments

No comments written yet.

Please login to write comment.