Color Hex Logo

#b80cdf Color Hex

#B80CDF
(184,12,223)
0 Favorites   0 Comments

Color spaces of #b80cdf

RGB 18412223
HSL0.800.900.46
HSV289°95°87°
CMYK 0.170.950.00   0.13
XYZ33.217915.781071.1073
Yxy15.78100.27660.1314
Hunter Lab39.725379.7406-78.3199
CIE-Lab46.685881.9958-65.4404

#b80cdf color RGB value is (184,12,223).

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

The process color (four color CMYK) of #b80cdf color hex is 0.17, 0.95, 0.00, 0.13. Web safe color of #b80cdf is #cc00cc. Color #b80cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00001100 11011111
Octal 270 14 337
Decimal 184 12 223
Hex B8 C DF

RGB Percentages of Color #b80cdf

%43.91
%2.86
%53.22

CMYK Percentages of Color #b80cdf

%17
%95
%0
%13

Triadic Colors of #b80cdf

#b80cdf #dfb80c #0cdfb8

Analogous Colors of #b80cdf

#b80cdf #df0c9d #4f0cdf

Monochromatic Colors of #b80cdf

#b80cdf

Complementary Color

#b80cdf #33df0c

#b80cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80cdf Color CSS Codes

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

#b80cdf Text Font Color

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

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


#b80cdf Background Color

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

This div background color is #b80cdf


#b80cdf Border Color

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

This div border color is #b80cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80cdf


Comments

No comments written yet.

Please login to write comment.