Color Hex Logo

#bf00ce Color Hex

#BF00CE
(191,0,206)
0 Favorites   0 Comments

Color spaces of #bf00ce

RGB 1910206
HSL0.821.000.40
HSV296°100°81°
CMYK 0.071.000.00   0.19
XYZ32.626415.532659.6710
Yxy15.53260.30260.1440
Hunter Lab39.411478.7997-62.1802
CIE-Lab46.355281.3180-56.1593

#bf00ce color RGB value is (191,0,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 00000000 11001110
Octal 277 0 316
Decimal 191 0 206
Hex BF 0 CE

RGB Percentages of Color #bf00ce

%48.11
%0.00
%51.89

CMYK Percentages of Color #bf00ce

%7
%100
%0
%19

Triadic Colors of #bf00ce

#bf00ce #cebf00 #00cebf

Analogous Colors of #bf00ce

#bf00ce #ce0076 #5800ce

Monochromatic Colors of #bf00ce

#bf00ce

Complementary Color

#bf00ce #0fce00

#bf00ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf00ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf00ce Color CSS Codes

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

#bf00ce Text Font Color

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

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


#bf00ce Background Color

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

This div background color is #bf00ce


#bf00ce Border Color

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

This div border color is #bf00ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf00ce


Comments

No comments written yet.

Please login to write comment.