Color Hex Logo

#b788ec Color Hex

#B788EC
(183,136,236)
0 Favorites   0 Comments

Color spaces of #b788ec

RGB 183136236
HSL0.750.720.73
HSV268°42°93°
CMYK 0.220.420.00   0.07
XYZ43.472933.731783.5765
Yxy33.73170.27040.2098
Hunter Lab58.079031.9714-44.6639
CIE-Lab64.749037.1826-43.8985

#b788ec color RGB value is (183,136,236).

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

The process color (four color CMYK) of #b788ec color hex is 0.22, 0.42, 0.00, 0.07. Web safe color of #b788ec is #cc99ff. Color #b788ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10001000 11101100
Octal 267 210 354
Decimal 183 136 236
Hex B7 88 EC

RGB Percentages of Color #b788ec

%32.97
%24.50
%42.52

CMYK Percentages of Color #b788ec

%22
%42
%0
%7

Triadic Colors of #b788ec

#b788ec #ecb788 #88ecb7

Analogous Colors of #b788ec

#b788ec #e988ec #888bec

Monochromatic Colors of #b788ec

#b788ec

Complementary Color

#b788ec #bdec88

#b788ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b788ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b788ec Color CSS Codes

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

#b788ec Text Font Color

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

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


#b788ec Background Color

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

This div background color is #b788ec


#b788ec Border Color

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

This div border color is #b788ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b788ec


Comments

No comments written yet.

Please login to write comment.