Color Hex Logo

#bd7fca Color Hex

#BD7FCA
(189,127,202)
0 Favorites   0 Comments

Color spaces of #bd7fca

RGB 189127202
HSL0.800.410.65
HSV290°37°79°
CMYK 0.060.370.00   0.21
XYZ39.236330.261859.6503
Yxy30.26180.30380.2343
Hunter Lab55.010731.0460-25.7830
CIE-Lab61.879536.6071-29.3744

#bd7fca color RGB value is (189,127,202).

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

The process color (four color CMYK) of #bd7fca color hex is 0.06, 0.37, 0.00, 0.21. Web safe color of #bd7fca is #cc66cc. Color #bd7fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111111 11001010
Octal 275 177 312
Decimal 189 127 202
Hex BD 7F CA

RGB Percentages of Color #bd7fca

%36.49
%24.52
%39.00

CMYK Percentages of Color #bd7fca

%6
%37
%0
%21

Triadic Colors of #bd7fca

#bd7fca #cabd7f #7fcabd

Analogous Colors of #bd7fca

#bd7fca #ca7fb2 #987fca

Monochromatic Colors of #bd7fca

#bd7fca

Complementary Color

#bd7fca #8cca7f

#bd7fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7fca Color CSS Codes

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

#bd7fca Text Font Color

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

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


#bd7fca Background Color

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

This div background color is #bd7fca


#bd7fca Border Color

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

This div border color is #bd7fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7fca


Comments

No comments written yet.

Please login to write comment.