Color Hex Logo

#b81cdc Color Hex

#B81CDC
(184,28,220)
0 Favorites   0 Comments

Color spaces of #b81cdc

RGB 18428220
HSL0.800.770.49
HSV289°87°86°
CMYK 0.160.870.00   0.14
XYZ33.100716.188269.0902
Yxy16.18820.27960.1367
Hunter Lab40.234676.4402-73.6477
CIE-Lab47.220479.2768-62.8621

#b81cdc color RGB value is (184,28,220).

#b81cdc hex color red value is 184, green value is 28 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b81cdc hue: 0.80 , saturation: 0.77 and the lightness value of b81cdc is 0.49.

The process color (four color CMYK) of #b81cdc color hex is 0.16, 0.87, 0.00, 0.14. Web safe color of #b81cdc is #cc33cc. Color #b81cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00011100 11011100
Octal 270 34 334
Decimal 184 28 220
Hex B8 1C DC

RGB Percentages of Color #b81cdc

%42.59
%6.48
%50.93

CMYK Percentages of Color #b81cdc

%16
%87
%0
%14

Triadic Colors of #b81cdc

#b81cdc #dcb81c #1cdcb8

Analogous Colors of #b81cdc

#b81cdc #dc1ca0 #581cdc

Monochromatic Colors of #b81cdc

#b81cdc

Complementary Color

#b81cdc #40dc1c

#b81cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b81cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b81cdc Color CSS Codes

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

#b81cdc Text Font Color

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

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


#b81cdc Background Color

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

This div background color is #b81cdc


#b81cdc Border Color

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

This div border color is #b81cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b81cdc


Comments

No comments written yet.

Please login to write comment.