Color Hex Logo

#b510df Color Hex

#B510DF
(181,16,223)
0 Favorites   0 Comments

Color spaces of #b510df

RGB 18116223
HSL0.800.870.47
HSV288°93°87°
CMYK 0.190.930.00   0.13
XYZ32.560615.522171.0920
Yxy15.52210.27320.1302
Hunter Lab39.398178.5749-79.4073
CIE-Lab46.341281.1431-66.0222

#b510df color RGB value is (181,16,223).

#b510df hex color red value is 181, green value is 16 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b510df hue: 0.80 , saturation: 0.87 and the lightness value of b510df is 0.47.

The process color (four color CMYK) of #b510df color hex is 0.19, 0.93, 0.00, 0.13. Web safe color of #b510df is #cc00cc. Color #b510df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010000 11011111
Octal 265 20 337
Decimal 181 16 223
Hex B5 10 DF

RGB Percentages of Color #b510df

%43.10
%3.81
%53.10

CMYK Percentages of Color #b510df

%19
%93
%0
%13

Triadic Colors of #b510df

#b510df #dfb510 #10dfb5

Analogous Colors of #b510df

#b510df #df10a2 #4d10df

Monochromatic Colors of #b510df

#b510df

Complementary Color

#b510df #3adf10

#b510df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b510df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b510df Color CSS Codes

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

#b510df Text Font Color

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

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


#b510df Background Color

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

This div background color is #b510df


#b510df Border Color

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

This div border color is #b510df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b510df


Comments

No comments written yet.

Please login to write comment.