Color Hex Logo

#b47fca Color Hex

#B47FCA
(180,127,202)
0 Favorites   0 Comments

Color spaces of #b47fca

RGB 180127202
HSL0.780.410.65
HSV282°37°79°
CMYK 0.110.370.00   0.21
XYZ37.072429.146359.5490
Yxy29.14630.29480.2317
Hunter Lab53.987328.0959-27.6068
CIE-Lab60.910533.8096-30.9523

#b47fca color RGB value is (180,127,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111111 11001010
Octal 264 177 312
Decimal 180 127 202
Hex B4 7F CA

RGB Percentages of Color #b47fca

%35.36
%24.95
%39.69

CMYK Percentages of Color #b47fca

%11
%37
%0
%21

Triadic Colors of #b47fca

#b47fca #cab47f #7fcab4

Analogous Colors of #b47fca

#b47fca #ca7fbb #8f7fca

Monochromatic Colors of #b47fca

#b47fca

Complementary Color

#b47fca #95ca7f

#b47fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47fca Color CSS Codes

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

#b47fca Text Font Color

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

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


#b47fca Background Color

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

This div background color is #b47fca


#b47fca Border Color

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

This div border color is #b47fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47fca


Comments

No comments written yet.

Please login to write comment.