Color Hex Logo

#bd7fcf Color Hex

#BD7FCF
(189,127,207)
0 Favorites   0 Comments

Color spaces of #bd7fcf

RGB 189127207
HSL0.800.450.65
HSV287°39°81°
CMYK 0.090.390.00   0.19
XYZ39.838130.502662.8194
Yxy30.50260.29920.2291
Hunter Lab55.229232.1052-28.7779
CIE-Lab62.085537.6128-31.8674

#bd7fcf color RGB value is (189,127,207).

#bd7fcf hex color red value is 189, green value is 127 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bd7fcf hue: 0.80 , saturation: 0.45 and the lightness value of bd7fcf is 0.65.

The process color (four color CMYK) of #bd7fcf color hex is 0.09, 0.39, 0.00, 0.19. Web safe color of #bd7fcf is #cc66cc. Color #bd7fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111111 11001111
Octal 275 177 317
Decimal 189 127 207
Hex BD 7F CF

RGB Percentages of Color #bd7fcf

%36.14
%24.28
%39.58

CMYK Percentages of Color #bd7fcf

%9
%39
%0
%19

Triadic Colors of #bd7fcf

#bd7fcf #cfbd7f #7fcfbd

Analogous Colors of #bd7fcf

#bd7fcf #cf7fb9 #957fcf

Monochromatic Colors of #bd7fcf

#bd7fcf

Complementary Color

#bd7fcf #91cf7f

#bd7fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7fcf Color CSS Codes

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

#bd7fcf Text Font Color

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

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


#bd7fcf Background Color

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

This div background color is #bd7fcf


#bd7fcf Border Color

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

This div border color is #bd7fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7fcf


Comments

No comments written yet.

Please login to write comment.