Color Hex Logo

#b487cf Color Hex

#B487CF
(180,135,207)
0 Favorites   0 Comments

Color spaces of #b487cf

RGB 180135207
HSL0.770.430.67
HSV278°35°81°
CMYK 0.130.350.00   0.19
XYZ38.748831.536263.0763
Yxy31.53620.29060.2365
Hunter Lab56.157124.8913-27.2852
CIE-Lab62.957730.4112-30.5903

#b487cf color RGB value is (180,135,207).

#b487cf hex color red value is 180, green value is 135 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b487cf hue: 0.77 , saturation: 0.43 and the lightness value of b487cf is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000111 11001111
Octal 264 207 317
Decimal 180 135 207
Hex B4 87 CF

RGB Percentages of Color #b487cf

%34.48
%25.86
%39.66

CMYK Percentages of Color #b487cf

%13
%35
%0
%19

Triadic Colors of #b487cf

#b487cf #cfb487 #87cfb4

Analogous Colors of #b487cf

#b487cf #cf87c6 #9087cf

Monochromatic Colors of #b487cf

#b487cf

Complementary Color

#b487cf #a2cf87

#b487cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b487cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b487cf Color CSS Codes

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

#b487cf Text Font Color

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

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


#b487cf Background Color

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

This div background color is #b487cf


#b487cf Border Color

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

This div border color is #b487cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b487cf


Comments

No comments written yet.

Please login to write comment.