Color Hex Logo

#b27dda Color Hex

#B27DDA
(178,125,218)
0 Favorites   0 Comments

Color spaces of #b27dda

RGB 178125218
HSL0.760.560.67
HSV274°43°85°
CMYK 0.180.430.00   0.15
XYZ38.348629.194269.9435
Yxy29.19420.27890.2123
Hunter Lab54.031732.1338-38.9282
CIE-Lab60.952637.7729-39.8906

#b27dda color RGB value is (178,125,218).

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

The process color (four color CMYK) of #b27dda color hex is 0.18, 0.43, 0.00, 0.15. Web safe color of #b27dda is #9966cc. Color #b27dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111101 11011010
Octal 262 175 332
Decimal 178 125 218
Hex B2 7D DA

RGB Percentages of Color #b27dda

%34.17
%23.99
%41.84

CMYK Percentages of Color #b27dda

%18
%43
%0
%15

Triadic Colors of #b27dda

#b27dda #dab27d #7ddab2

Analogous Colors of #b27dda

#b27dda #da7dd4 #847dda

Monochromatic Colors of #b27dda

#b27dda

Complementary Color

#b27dda #a5da7d

#b27dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27dda Color CSS Codes

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

#b27dda Text Font Color

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

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


#b27dda Background Color

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

This div background color is #b27dda


#b27dda Border Color

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

This div border color is #b27dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27dda


Comments

No comments written yet.

Please login to write comment.