Color Hex Logo

#b28edc Color Hex

#B28EDC
(178,142,220)
0 Favorites   0 Comments

Color spaces of #b28edc

RGB 178142220
HSL0.740.530.71
HSV268°35°86°
CMYK 0.190.350.00   0.14
XYZ40.951433.978372.1102
Yxy33.97830.27850.2311
Hunter Lab58.290923.3934-32.5425
CIE-Lab64.945328.7395-34.7704

#b28edc color RGB value is (178,142,220).

#b28edc hex color red value is 178, green value is 142 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b28edc hue: 0.74 , saturation: 0.53 and the lightness value of b28edc is 0.71.

The process color (four color CMYK) of #b28edc color hex is 0.19, 0.35, 0.00, 0.14. Web safe color of #b28edc is #9999cc. Color #b28edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001110 11011100
Octal 262 216 334
Decimal 178 142 220
Hex B2 8E DC

RGB Percentages of Color #b28edc

%32.96
%26.30
%40.74

CMYK Percentages of Color #b28edc

%19
%35
%0
%14

Triadic Colors of #b28edc

#b28edc #dcb28e #8edcb2

Analogous Colors of #b28edc

#b28edc #d98edc #8e91dc

Monochromatic Colors of #b28edc

#b28edc

Complementary Color

#b28edc #b8dc8e

#b28edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28edc Color CSS Codes

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

#b28edc Text Font Color

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

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


#b28edc Background Color

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

This div background color is #b28edc


#b28edc Border Color

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

This div border color is #b28edc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,142,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b28edc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b28edc;
  -webkit-box-shadow: 1px 1px 3px 2px #b28edc;
  box-shadow:         1px 1px 3px 2px #b28edc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,142,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28edc


Comments

No comments written yet.

Please login to write comment.