Color Hex Logo

#b27fdc Color Hex

#B27FDC
(178,127,220)
0 Favorites   0 Comments

Color spaces of #b27fdc

RGB 178127220
HSL0.760.570.68
HSV273°42°86°
CMYK 0.190.420.00   0.14
XYZ38.867729.811071.4157
Yxy29.81100.27740.2128
Hunter Lab54.599531.5197-39.3313
CIE-Lab61.490837.1129-40.1651

#b27fdc color RGB value is (178,127,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111111 11011100
Octal 262 177 334
Decimal 178 127 220
Hex B2 7F DC

RGB Percentages of Color #b27fdc

%33.90
%24.19
%41.90

CMYK Percentages of Color #b27fdc

%19
%42
%0
%14

Triadic Colors of #b27fdc

#b27fdc #dcb27f #7fdcb2

Analogous Colors of #b27fdc

#b27fdc #dc7fd8 #847fdc

Monochromatic Colors of #b27fdc

#b27fdc

Complementary Color

#b27fdc #a9dc7f

#b27fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27fdc Color CSS Codes

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

#b27fdc Text Font Color

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

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


#b27fdc Background Color

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

This div background color is #b27fdc


#b27fdc Border Color

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

This div border color is #b27fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27fdc


Comments

No comments written yet.

Please login to write comment.