Color Hex Logo

#b826da Color Hex

#B826DA
(184,38,218)
0 Favorites   0 Comments

Color spaces of #b826da

RGB 18438218
HSL0.800.710.50
HSV289°83°85°
CMYK 0.160.830.00   0.15
XYZ33.115216.638567.7959
Yxy16.63850.28170.1415
Hunter Lab40.790373.5303-69.9902
CIE-Lab47.801376.8246-60.7807

#b826da color RGB value is (184,38,218).

#b826da hex color red value is 184, green value is 38 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b826da hue: 0.80 , saturation: 0.71 and the lightness value of b826da is 0.50.

The process color (four color CMYK) of #b826da color hex is 0.16, 0.83, 0.00, 0.15. Web safe color of #b826da is #cc33cc. Color #b826da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100110 11011010
Octal 270 46 332
Decimal 184 38 218
Hex B8 26 DA

RGB Percentages of Color #b826da

%41.82
%8.64
%49.55

CMYK Percentages of Color #b826da

%16
%83
%0
%15

Triadic Colors of #b826da

#b826da #dab826 #26dab8

Analogous Colors of #b826da

#b826da #da26a2 #5e26da

Monochromatic Colors of #b826da

#b826da

Complementary Color

#b826da #48da26

#b826da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b826da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b826da Color CSS Codes

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

#b826da Text Font Color

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

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


#b826da Background Color

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

This div background color is #b826da


#b826da Border Color

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

This div border color is #b826da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b826da


Comments

No comments written yet.

Please login to write comment.