Color Hex Logo

#bf8fdc Color Hex

#BF8FDC
(191,143,220)
0 Favorites   0 Comments

Color spaces of #bf8fdc

RGB 191143220
HSL0.770.520.71
HSV277°35°86°
CMYK 0.130.350.00   0.14
XYZ44.226635.888672.3063
Yxy35.88860.29020.2355
Hunter Lab59.907126.9408-29.6265
CIE-Lab66.434732.1304-32.3604

#bf8fdc color RGB value is (191,143,220).

#bf8fdc hex color red value is 191, green value is 143 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bf8fdc hue: 0.77 , saturation: 0.52 and the lightness value of bf8fdc is 0.71.

The process color (four color CMYK) of #bf8fdc color hex is 0.13, 0.35, 0.00, 0.14. Web safe color of #bf8fdc is #cc99cc. Color #bf8fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10001111 11011100
Octal 277 217 334
Decimal 191 143 220
Hex BF 8F DC

RGB Percentages of Color #bf8fdc

%34.48
%25.81
%39.71

CMYK Percentages of Color #bf8fdc

%13
%35
%0
%14

Triadic Colors of #bf8fdc

#bf8fdc #dcbf8f #8fdcbf

Analogous Colors of #bf8fdc

#bf8fdc #dc8fd3 #998fdc

Monochromatic Colors of #bf8fdc

#bf8fdc

Complementary Color

#bf8fdc #acdc8f

#bf8fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf8fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf8fdc Color CSS Codes

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

#bf8fdc Text Font Color

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

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


#bf8fdc Background Color

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

This div background color is #bf8fdc


#bf8fdc Border Color

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

This div border color is #bf8fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf8fdc


Comments

No comments written yet.

Please login to write comment.