Color Hex Logo

#b27ddd Color Hex

#B27DDD
(178,125,221)
0 Favorites   0 Comments

Color spaces of #b27ddd

RGB 178125221
HSL0.760.590.68
HSV273°43°87°
CMYK 0.190.430.00   0.13
XYZ38.744929.352772.0302
Yxy29.35270.27650.2095
Hunter Lab54.178132.8406-40.9018
CIE-Lab61.091738.4421-41.3502

#b27ddd color RGB value is (178,125,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111101 11011101
Octal 262 175 335
Decimal 178 125 221
Hex B2 7D DD

RGB Percentages of Color #b27ddd

%33.97
%23.85
%42.18

CMYK Percentages of Color #b27ddd

%19
%43
%0
%13

Triadic Colors of #b27ddd

#b27ddd #ddb27d #7dddb2

Analogous Colors of #b27ddd

#b27ddd #dd7dd8 #827ddd

Monochromatic Colors of #b27ddd

#b27ddd

Complementary Color

#b27ddd #a8dd7d

#b27ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27ddd Color CSS Codes

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

#b27ddd Text Font Color

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

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


#b27ddd Background Color

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

This div background color is #b27ddd


#b27ddd Border Color

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

This div border color is #b27ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27ddd


Comments

No comments written yet.

Please login to write comment.