Color Hex Logo

#b275dd Color Hex

#B275DD
(178,117,221)
0 Favorites   0 Comments

Color spaces of #b275dd

RGB 178117221
HSL0.760.600.66
HSV275°47°87°
CMYK 0.190.470.00   0.13
XYZ37.772527.408071.7061
Yxy27.40800.27590.2002
Hunter Lab52.352737.1708-44.5612
CIE-Lab59.350142.8210-44.0912

#b275dd color RGB value is (178,117,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110101 11011101
Octal 262 165 335
Decimal 178 117 221
Hex B2 75 DD

RGB Percentages of Color #b275dd

%34.50
%22.67
%42.83

CMYK Percentages of Color #b275dd

%19
%47
%0
%13

Triadic Colors of #b275dd

#b275dd #ddb275 #75ddb2

Analogous Colors of #b275dd

#b275dd #dd75d4 #7e75dd

Monochromatic Colors of #b275dd

#b275dd

Complementary Color

#b275dd #a0dd75

#b275dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b275dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b275dd Color CSS Codes

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

#b275dd Text Font Color

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

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


#b275dd Background Color

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

This div background color is #b275dd


#b275dd Border Color

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

This div border color is #b275dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b275dd


Comments

No comments written yet.

Please login to write comment.