Color Hex Logo

#b50cdc Color Hex

#B50CDC
(181,12,220)
0 Favorites   0 Comments

Color spaces of #b50cdc

RGB 18112220
HSL0.800.900.45
HSV289°95°86°
CMYK 0.180.950.00   0.14
XYZ32.105815.254068.9623
Yxy15.25400.27600.1311
Hunter Lab39.056478.3850-77.3496
CIE-Lab45.980181.0626-64.8945

#b50cdc color RGB value is (181,12,220).

#b50cdc hex color red value is 181, green value is 12 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b50cdc hue: 0.80 , saturation: 0.90 and the lightness value of b50cdc is 0.45.

The process color (four color CMYK) of #b50cdc color hex is 0.18, 0.95, 0.00, 0.14. Web safe color of #b50cdc is #cc00cc. Color #b50cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001100 11011100
Octal 265 14 334
Decimal 181 12 220
Hex B5 C DC

RGB Percentages of Color #b50cdc

%43.83
%2.91
%53.27

CMYK Percentages of Color #b50cdc

%18
%95
%0
%14

Triadic Colors of #b50cdc

#b50cdc #dcb50c #0cdcb5

Analogous Colors of #b50cdc

#b50cdc #dc0c9b #4d0cdc

Monochromatic Colors of #b50cdc

#b50cdc

Complementary Color

#b50cdc #33dc0c

#b50cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50cdc Color CSS Codes

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

#b50cdc Text Font Color

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

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


#b50cdc Background Color

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

This div background color is #b50cdc


#b50cdc Border Color

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

This div border color is #b50cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50cdc


Comments

No comments written yet.

Please login to write comment.