Color Hex Logo

#b258be Color Hex

#B258BE
(178,88,190)
0 Favorites   0 Comments

Color spaces of #b258be

RGB 17888190
HSL0.810.440.55
HSV293°54°75°
CMYK 0.060.540.00   0.25
XYZ31.144120.162150.9654
Yxy20.16210.30450.1971
Hunter Lab44.902245.2284-35.8644
CIE-Lab52.020051.5166-38.0112

#b258be color RGB value is (178,88,190).

#b258be hex color red value is 178, green value is 88 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b258be hue: 0.81 , saturation: 0.44 and the lightness value of b258be is 0.55.

The process color (four color CMYK) of #b258be color hex is 0.06, 0.54, 0.00, 0.25. Web safe color of #b258be is #9966cc. Color #b258be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011000 10111110
Octal 262 130 276
Decimal 178 88 190
Hex B2 58 BE

RGB Percentages of Color #b258be

%39.04
%19.30
%41.67

CMYK Percentages of Color #b258be

%6
%54
%0
%25

Triadic Colors of #b258be

#b258be #beb258 #58beb2

Analogous Colors of #b258be

#b258be #be5897 #7f58be

Monochromatic Colors of #b258be

#b258be

Complementary Color

#b258be #64be58

#b258be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b258be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b258be Color CSS Codes

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

#b258be Text Font Color

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

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


#b258be Background Color

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

This div background color is #b258be


#b258be Border Color

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

This div border color is #b258be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b258be


Comments

No comments written yet.

Please login to write comment.