Color Hex Logo

#bd07ce Color Hex

#BD07CE
(189,7,206)
0 Favorites   0 Comments

Color spaces of #bd07ce

RGB 1897206
HSL0.820.930.42
HSV295°97°81°
CMYK 0.080.970.00   0.19
XYZ32.202815.427059.6730
Yxy15.42700.30010.1438
Hunter Lab39.277277.6143-62.5839
CIE-Lab46.213680.4068-56.4053

#bd07ce color RGB value is (189,7,206).

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

The process color (four color CMYK) of #bd07ce color hex is 0.08, 0.97, 0.00, 0.19. Web safe color of #bd07ce is #cc00cc. Color #bd07ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000111 11001110
Octal 275 7 316
Decimal 189 7 206
Hex BD 7 CE

RGB Percentages of Color #bd07ce

%47.01
%1.74
%51.24

CMYK Percentages of Color #bd07ce

%8
%97
%0
%19

Triadic Colors of #bd07ce

#bd07ce #cebd07 #07cebd

Analogous Colors of #bd07ce

#bd07ce #ce077c #5a07ce

Monochromatic Colors of #bd07ce

#bd07ce

Complementary Color

#bd07ce #18ce07

#bd07ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd07ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd07ce Color CSS Codes

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

#bd07ce Text Font Color

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

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


#bd07ce Background Color

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

This div background color is #bd07ce


#bd07ce Border Color

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

This div border color is #bd07ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd07ce


Comments

No comments written yet.

Please login to write comment.