color codes Logo

#b50dcc color codes

#B50DCC
(181,13,204)
0 Favorites   0 Comments

Color spaces of #b50dcc

RGB 18113204
HSL0.810.880.43
HSV293°94°80°
CMYK 0.110.940.00   0.20
XYZ30.099114.471258.3336
Yxy14.47120.29250.1406
Hunter Lab38.041074.6623-64.2889
CIE-Lab44.901278.3015-57.4341

#b50dcc color RGB value is (181,13,204).

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

The process color (four color CMYK) of #b50dcc color code is 0.11, 0.94, 0.00, 0.20. Web safe color of #b50dcc is #cc00cc. Color #b50dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001101 11001100
Octal 265 15 314
Decimal 181 13 204
Hex B5 D CC

RGB Percentages of Color #b50dcc

%45.48
%3.27
%51.26

CMYK Percentages of Color #b50dcc

%11
%94
%0
%20

Triadic Colors of #b50dcc

#b50dcc #ccb50d #0dccb5

Analogous Colors of #b50dcc

#b50dcc #cc0d84 #550dcc

Monochromatic Colors of #b50dcc

#b50dcc

Complementary Color

#b50dcc #24cc0d

#b50dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50dcc Color CSS Codes

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

#b50dcc Text Font Color

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

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


#b50dcc Background Color

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

This div background color is #b50dcc


#b50dcc Border Color

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

This div border color is #b50dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50dcc


Comments

No comments written yet.

Please login to write comment.