Color Hex Logo

#b27ddc Color Hex

#B27DDC
(178,125,220)
0 Favorites   0 Comments

Color spaces of #b27ddc

RGB 178125220
HSL0.760.580.68
HSV273°43°86°
CMYK 0.190.430.00   0.14
XYZ38.612029.299571.3304
Yxy29.29950.27730.2104
Hunter Lab54.129032.6041-40.2412
CIE-Lab61.045038.2186-40.8644

#b27ddc color RGB value is (178,125,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111101 11011100
Octal 262 175 334
Decimal 178 125 220
Hex B2 7D DC

RGB Percentages of Color #b27ddc

%34.03
%23.90
%42.07

CMYK Percentages of Color #b27ddc

%19
%43
%0
%14

Triadic Colors of #b27ddc

#b27ddc #dcb27d #7ddcb2

Analogous Colors of #b27ddc

#b27ddc #dc7dd7 #837ddc

Monochromatic Colors of #b27ddc

#b27ddc

Complementary Color

#b27ddc #a7dc7d

#b27ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27ddc Color CSS Codes

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

#b27ddc Text Font Color

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

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


#b27ddc Background Color

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

This div background color is #b27ddc


#b27ddc Border Color

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

This div border color is #b27ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27ddc


Comments

No comments written yet.

Please login to write comment.