Color Hex Logo

#b258de Color Hex

#B258DE
(178,88,222)
0 Favorites   0 Comments

Color spaces of #b258de

RGB 17888222
HSL0.780.670.61
HSV280°60°87°
CMYK 0.200.600.00   0.13
XYZ35.034621.718471.4528
Yxy21.71840.27330.1694
Hunter Lab46.603052.6351-58.2827
CIE-Lab53.726957.9532-53.5811

#b258de color RGB value is (178,88,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011000 11011110
Octal 262 130 336
Decimal 178 88 222
Hex B2 58 DE

RGB Percentages of Color #b258de

%36.48
%18.03
%45.49

CMYK Percentages of Color #b258de

%20
%60
%0
%13

Triadic Colors of #b258de

#b258de #deb258 #58deb2

Analogous Colors of #b258de

#b258de #de58c7 #6f58de

Monochromatic Colors of #b258de

#b258de

Complementary Color

#b258de #84de58

#b258de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b258de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b258de Color CSS Codes

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

#b258de Text Font Color

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

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


#b258de Background Color

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

This div background color is #b258de


#b258de Border Color

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

This div border color is #b258de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b258de


Comments

No comments written yet.

Please login to write comment.