Color Hex Logo

#b27edc Color Hex

#B27EDC
(178,126,220)
0 Favorites   0 Comments

Color spaces of #b27edc

RGB 178126220
HSL0.760.570.68
HSV273°43°86°
CMYK 0.190.430.00   0.14
XYZ38.739229.554071.3729
Yxy29.55400.27740.2116
Hunter Lab54.363632.0618-39.7862
CIE-Lab61.267537.6660-40.5154

#b27edc color RGB value is (178,126,220).

#b27edc hex color red value is 178, green value is 126 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b27edc hue: 0.76 , saturation: 0.57 and the lightness value of b27edc is 0.68.

The process color (four color CMYK) of #b27edc color hex is 0.19, 0.43, 0.00, 0.14. Web safe color of #b27edc is #9966cc. Color #b27edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111110 11011100
Octal 262 176 334
Decimal 178 126 220
Hex B2 7E DC

RGB Percentages of Color #b27edc

%33.97
%24.05
%41.98

CMYK Percentages of Color #b27edc

%19
%43
%0
%14

Triadic Colors of #b27edc

#b27edc #dcb27e #7edcb2

Analogous Colors of #b27edc

#b27edc #dc7ed7 #837edc

Monochromatic Colors of #b27edc

#b27edc

Complementary Color

#b27edc #a8dc7e

#b27edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27edc Color CSS Codes

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

#b27edc Text Font Color

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

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


#b27edc Background Color

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

This div background color is #b27edc


#b27edc Border Color

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

This div border color is #b27edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27edc


Comments

No comments written yet.

Please login to write comment.