Color Hex Logo

#b813cd Color Hex

#B813CD
(184,19,205)
0 Favorites   0 Comments

Color spaces of #b813cd

RGB 18419205
HSL0.810.830.44
HSV293°91°80°
CMYK 0.100.910.00   0.20
XYZ31.019515.063959.0303
Yxy15.06390.29510.1433
Hunter Lab38.812274.7393-63.0068
CIE-Lab45.721678.2046-56.6638

#b813cd color RGB value is (184,19,205).

#b813cd hex color red value is 184, green value is 19 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b813cd hue: 0.81 , saturation: 0.83 and the lightness value of b813cd is 0.44.

The process color (four color CMYK) of #b813cd color hex is 0.10, 0.91, 0.00, 0.20. Web safe color of #b813cd is #cc00cc. Color #b813cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00010011 11001101
Octal 270 23 315
Decimal 184 19 205
Hex B8 13 CD

RGB Percentages of Color #b813cd

%45.10
%4.66
%50.25

CMYK Percentages of Color #b813cd

%10
%91
%0
%20

Triadic Colors of #b813cd

#b813cd #cdb813 #13cdb8

Analogous Colors of #b813cd

#b813cd #cd1385 #5b13cd

Monochromatic Colors of #b813cd

#b813cd

Complementary Color

#b813cd #28cd13

#b813cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b813cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b813cd Color CSS Codes

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

#b813cd Text Font Color

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

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


#b813cd Background Color

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

This div background color is #b813cd


#b813cd Border Color

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

This div border color is #b813cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b813cd


Comments

No comments written yet.

Please login to write comment.