Color Hex Logo

#bf0acd Color Hex

#BF0ACD
(191,10,205)
0 Favorites   0 Comments

Color spaces of #bf0acd

RGB 19110205
HSL0.820.910.42
HSV296°95°80°
CMYK 0.070.950.00   0.20
XYZ32.613815.701259.0693
Yxy15.70120.30370.1462
Hunter Lab39.624777.5741-60.6473
CIE-Lab46.580080.3040-55.2197

#bf0acd color RGB value is (191,10,205).

#bf0acd hex color red value is 191, green value is 10 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bf0acd hue: 0.82 , saturation: 0.91 and the lightness value of bf0acd is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 00001010 11001101
Octal 277 12 315
Decimal 191 10 205
Hex BF A CD

RGB Percentages of Color #bf0acd

%47.04
%2.46
%50.49

CMYK Percentages of Color #bf0acd

%7
%95
%0
%20

Triadic Colors of #bf0acd

#bf0acd #cdbf0a #0acdbf

Analogous Colors of #bf0acd

#bf0acd #cd0a7a #5e0acd

Monochromatic Colors of #bf0acd

#bf0acd

Complementary Color

#bf0acd #18cd0a

#bf0acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf0acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf0acd Color CSS Codes

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

#bf0acd Text Font Color

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

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


#bf0acd Background Color

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

This div background color is #bf0acd


#bf0acd Border Color

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

This div border color is #bf0acd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,10,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf0acd


Comments

No comments written yet.

Please login to write comment.