Color Hex Logo

#b27ddf Color Hex

#B27DDF
(178,125,223)
0 Favorites   0 Comments

Color spaces of #b27ddf

RGB 178125223
HSL0.760.600.68
HSV272°44°87°
CMYK 0.200.440.00   0.13
XYZ39.013029.459973.4422
Yxy29.45990.27490.2076
Hunter Lab54.277033.3169-42.2314
CIE-Lab61.185438.8912-42.3200

#b27ddf color RGB value is (178,125,223).

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

The process color (four color CMYK) of #b27ddf color hex is 0.20, 0.44, 0.00, 0.13. Web safe color of #b27ddf is #9966cc. Color #b27ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111101 11011111
Octal 262 175 337
Decimal 178 125 223
Hex B2 7D DF

RGB Percentages of Color #b27ddf

%33.84
%23.76
%42.40

CMYK Percentages of Color #b27ddf

%20
%44
%0
%13

Triadic Colors of #b27ddf

#b27ddf #dfb27d #7ddfb2

Analogous Colors of #b27ddf

#b27ddf #df7ddb #817ddf

Monochromatic Colors of #b27ddf

#b27ddf

Complementary Color

#b27ddf #aadf7d

#b27ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27ddf Color CSS Codes

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

#b27ddf Text Font Color

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

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


#b27ddf Background Color

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

This div background color is #b27ddf


#b27ddf Border Color

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

This div border color is #b27ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27ddf


Comments

No comments written yet.

Please login to write comment.