Color Hex Logo

#bf95ca Color Hex

#BF95CA
(191,149,202)
0 Favorites   0 Comments

Color spaces of #bf95ca

RGB 191149202
HSL0.800.330.69
HSV288°26°79°
CMYK 0.050.260.00   0.21
XYZ42.894036.835560.7263
Yxy36.83550.30540.2623
Hunter Lab60.692319.9427-16.8387
CIE-Lab67.153425.1012-21.2595

#bf95ca color RGB value is (191,149,202).

#bf95ca hex color red value is 191, green value is 149 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bf95ca hue: 0.80 , saturation: 0.33 and the lightness value of bf95ca is 0.69.

The process color (four color CMYK) of #bf95ca color hex is 0.05, 0.26, 0.00, 0.21. Web safe color of #bf95ca is #cc99cc. Color #bf95ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10010101 11001010
Octal 277 225 312
Decimal 191 149 202
Hex BF 95 CA

RGB Percentages of Color #bf95ca

%35.24
%27.49
%37.27

CMYK Percentages of Color #bf95ca

%5
%26
%0
%21

Triadic Colors of #bf95ca

#bf95ca #cabf95 #95cabf

Analogous Colors of #bf95ca

#bf95ca #ca95bb #a595ca

Monochromatic Colors of #bf95ca

#bf95ca

Complementary Color

#bf95ca #a0ca95

#bf95ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf95ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf95ca Color CSS Codes

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

#bf95ca Text Font Color

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

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


#bf95ca Background Color

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

This div background color is #bf95ca


#bf95ca Border Color

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

This div border color is #bf95ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf95ca


Comments

No comments written yet.

Please login to write comment.