Color Hex Logo

#b858da Color Hex

#B858DA
(184,88,218)
0 Favorites   0 Comments

Color spaces of #b858da

RGB 18488218
HSL0.790.640.60
HSV284°60°85°
CMYK 0.160.600.00   0.15
XYZ35.911822.231768.7281
Yxy22.23170.28310.1752
Hunter Lab47.150553.4397-53.4177
CIE-Lab54.272058.5713-50.4035

#b858da color RGB value is (184,88,218).

#b858da hex color red value is 184, green value is 88 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b858da hue: 0.79 , saturation: 0.64 and the lightness value of b858da is 0.60.

The process color (four color CMYK) of #b858da color hex is 0.16, 0.60, 0.00, 0.15. Web safe color of #b858da is #cc66cc. Color #b858da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011000 11011010
Octal 270 130 332
Decimal 184 88 218
Hex B8 58 DA

RGB Percentages of Color #b858da

%37.55
%17.96
%44.49

CMYK Percentages of Color #b858da

%16
%60
%0
%15

Triadic Colors of #b858da

#b858da #dab858 #58dab8

Analogous Colors of #b858da

#b858da #da58bb #7758da

Monochromatic Colors of #b858da

#b858da

Complementary Color

#b858da #7ada58

#b858da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b858da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b858da Color CSS Codes

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

#b858da Text Font Color

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

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


#b858da Background Color

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

This div background color is #b858da


#b858da Border Color

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

This div border color is #b858da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b858da


Comments

No comments written yet.

Please login to write comment.