Color Hex Logo

#b788fe Color Hex

#B788FE
(183,136,254)
0 Favorites   0 Comments

Color spaces of #b788fe

RGB 183136254
HSL0.730.980.76
HSV264°46°100°
CMYK 0.280.460.00   0.00
XYZ46.222034.831498.0529
Yxy34.83140.25810.1945
Hunter Lab59.018136.5164-57.1919
CIE-Lab65.617241.3957-52.4168

#b788fe color RGB value is (183,136,254).

#b788fe hex color red value is 183, green value is 136 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b788fe hue: 0.73 , saturation: 0.98 and the lightness value of b788fe is 0.76.

The process color (four color CMYK) of #b788fe color hex is 0.28, 0.46, 0.00, 0.00. Web safe color of #b788fe is #cc99ff. Color #b788fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10001000 11111110
Octal 267 210 376
Decimal 183 136 254
Hex B7 88 FE

RGB Percentages of Color #b788fe

%31.94
%23.73
%44.33

CMYK Percentages of Color #b788fe

%28
%46
%0
%0

Triadic Colors of #b788fe

#b788fe #feb788 #88feb7

Analogous Colors of #b788fe

#b788fe #f288fe #8894fe

Monochromatic Colors of #b788fe

#b788fe

Complementary Color

#b788fe #cffe88

#b788fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b788fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b788fe Color CSS Codes

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

#b788fe Text Font Color

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

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


#b788fe Background Color

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

This div background color is #b788fe


#b788fe Border Color

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

This div border color is #b788fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b788fe


Comments

No comments written yet.

Please login to write comment.