Color Hex Logo

#b258d3 Color Hex

#B258D3
(178,88,211)
0 Favorites   0 Comments

Color spaces of #b258d3

RGB 17888211
HSL0.790.580.59
HSV284°58°83°
CMYK 0.160.580.00   0.17
XYZ33.607721.147663.9386
Yxy21.14760.28310.1782
Hunter Lab45.986549.9743-50.2449
CIE-Lab53.110755.6749-48.3242

#b258d3 color RGB value is (178,88,211).

#b258d3 hex color red value is 178, green value is 88 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #b258d3 hue: 0.79 , saturation: 0.58 and the lightness value of b258d3 is 0.59.

The process color (four color CMYK) of #b258d3 color hex is 0.16, 0.58, 0.00, 0.17. Web safe color of #b258d3 is #9966cc. Color #b258d3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011000 11010011
Octal 262 130 323
Decimal 178 88 211
Hex B2 58 D3

RGB Percentages of Color #b258d3

%37.32
%18.45
%44.23

CMYK Percentages of Color #b258d3

%16
%58
%0
%17

Triadic Colors of #b258d3

#b258d3 #d3b258 #58d3b2

Analogous Colors of #b258d3

#b258d3 #d358b7 #7558d3

Monochromatic Colors of #b258d3

#b258d3

Complementary Color

#b258d3 #79d358

#b258d3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b258d3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b258d3 Color CSS Codes

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

#b258d3 Text Font Color

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

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


#b258d3 Background Color

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

This div background color is #b258d3


#b258d3 Border Color

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

This div border color is #b258d3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b258d3


Comments

No comments written yet.

Please login to write comment.