color codes Logo

#b058dd color codes

#B058DD
(176,88,221)
0 Favorites   0 Comments

Color spaces of #b058dd

RGB 17688221
HSL0.780.660.61
HSV280°60°87°
CMYK 0.200.600.00   0.13
XYZ34.445421.430070.7275
Yxy21.43000.27210.1693
Hunter Lab46.292551.8065-58.1807
CIE-Lab53.416957.2684-53.5256

#b058dd color RGB value is (176,88,221).

#b058dd hex color red value is 176, green value is 88 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b058dd hue: 0.78 , saturation: 0.66 and the lightness value of b058dd is 0.61.

The process color (four color CMYK) of #b058dd color code is 0.20, 0.60, 0.00, 0.13. Web safe color of #b058dd is #9966cc. Color #b058dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01011000 11011101
Octal 260 130 335
Decimal 176 88 221
Hex B0 58 DD

RGB Percentages of Color #b058dd

%36.29
%18.14
%45.57

CMYK Percentages of Color #b058dd

%20
%60
%0
%13

Triadic Colors of #b058dd

#b058dd #ddb058 #58ddb0

Analogous Colors of #b058dd

#b058dd #dd58c8 #6e58dd

Monochromatic Colors of #b058dd

#b058dd

Complementary Color

#b058dd #85dd58

#b058dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b058dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b058dd Color CSS Codes

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

#b058dd Text Font Color

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

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


#b058dd Background Color

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

This div background color is #b058dd


#b058dd Border Color

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

This div border color is #b058dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b058dd


Comments

No comments written yet.

Please login to write comment.