Color Hex Logo

#b488cd Color Hex

#B488CD
(180,136,205)
0 Favorites   0 Comments

Color spaces of #b488cd

RGB 180136205
HSL0.770.410.67
HSV278°34°80°
CMYK 0.120.340.00   0.20
XYZ38.646031.719461.8432
Yxy31.71940.29230.2399
Hunter Lab56.320023.9243-25.6805
CIE-Lab63.110329.4253-29.2336

#b488cd color RGB value is (180,136,205).

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

The process color (four color CMYK) of #b488cd color hex is 0.12, 0.34, 0.00, 0.20. Web safe color of #b488cd is #cc99cc. Color #b488cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001000 11001101
Octal 264 210 315
Decimal 180 136 205
Hex B4 88 CD

RGB Percentages of Color #b488cd

%34.55
%26.10
%39.35

CMYK Percentages of Color #b488cd

%12
%34
%0
%20

Triadic Colors of #b488cd

#b488cd #cdb488 #88cdb4

Analogous Colors of #b488cd

#b488cd #cd88c4 #9288cd

Monochromatic Colors of #b488cd

#b488cd

Complementary Color

#b488cd #a1cd88

#b488cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b488cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b488cd Color CSS Codes

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

#b488cd Text Font Color

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

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


#b488cd Background Color

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

This div background color is #b488cd


#b488cd Border Color

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

This div border color is #b488cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,136,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b488cd


Comments

No comments written yet.

Please login to write comment.