Color Hex Logo

#b48ccf Color Hex

#B48CCF
(180,140,207)
0 Favorites   0 Comments

Color spaces of #b48ccf

RGB 180140207
HSL0.770.410.68
HSV276°32°81°
CMYK 0.130.320.00   0.19
XYZ39.463032.964563.3143
Yxy32.96450.29070.2428
Hunter Lab57.414722.2131-25.1920
CIE-Lab64.132227.6129-28.7748

#b48ccf color RGB value is (180,140,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001100 11001111
Octal 264 214 317
Decimal 180 140 207
Hex B4 8C CF

RGB Percentages of Color #b48ccf

%34.16
%26.57
%39.28

CMYK Percentages of Color #b48ccf

%13
%32
%0
%19

Triadic Colors of #b48ccf

#b48ccf #cfb48c #8ccfb4

Analogous Colors of #b48ccf

#b48ccf #cf8cc9 #938ccf

Monochromatic Colors of #b48ccf

#b48ccf

Complementary Color

#b48ccf #a7cf8c

#b48ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48ccf Color CSS Codes

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

#b48ccf Text Font Color

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

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


#b48ccf Background Color

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

This div background color is #b48ccf


#b48ccf Border Color

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

This div border color is #b48ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48ccf


Comments

No comments written yet.

Please login to write comment.