Color Hex Logo

#b50dce Color Hex

#B50DCE
(181,13,206)
0 Favorites   0 Comments

Color spaces of #b50dce

RGB 18113206
HSL0.810.880.43
HSV292°94°81°
CMYK 0.120.940.00   0.19
XYZ30.340614.567859.6053
Yxy14.56780.29030.1394
Hunter Lab38.167875.1008-65.8737
CIE-Lab45.036578.6278-58.3729

#b50dce color RGB value is (181,13,206).

#b50dce hex color red value is 181, green value is 13 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b50dce hue: 0.81 , saturation: 0.88 and the lightness value of b50dce is 0.43.

The process color (four color CMYK) of #b50dce color hex is 0.12, 0.94, 0.00, 0.19. Web safe color of #b50dce is #cc00cc. Color #b50dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001101 11001110
Octal 265 15 316
Decimal 181 13 206
Hex B5 D CE

RGB Percentages of Color #b50dce

%45.25
%3.25
%51.50

CMYK Percentages of Color #b50dce

%12
%94
%0
%19

Triadic Colors of #b50dce

#b50dce #ceb50d #0dceb5

Analogous Colors of #b50dce

#b50dce #ce0d87 #540dce

Monochromatic Colors of #b50dce

#b50dce

Complementary Color

#b50dce #26ce0d

#b50dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50dce Color CSS Codes

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

#b50dce Text Font Color

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

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


#b50dce Background Color

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

This div background color is #b50dce


#b50dce Border Color

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

This div border color is #b50dce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,13,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50dce


Comments

No comments written yet.

Please login to write comment.