Color Hex Logo

#bb35df Color Hex

#BB35DF
(187,53,223)
0 Favorites   0 Comments

Color spaces of #bb35df

RGB 18753223
HSL0.800.730.54
HSV287°76°87°
CMYK 0.160.760.00   0.13
XYZ35.085918.438771.5218
Yxy18.43870.28060.1475
Hunter Lab42.940370.7042-68.6958
CIE-Lab50.023974.0893-60.0215

#bb35df color RGB value is (187,53,223).

#bb35df hex color red value is 187, green value is 53 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bb35df hue: 0.80 , saturation: 0.73 and the lightness value of bb35df is 0.54.

The process color (four color CMYK) of #bb35df color hex is 0.16, 0.76, 0.00, 0.13. Web safe color of #bb35df is #cc33cc. Color #bb35df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110101 11011111
Octal 273 65 337
Decimal 187 53 223
Hex BB 35 DF

RGB Percentages of Color #bb35df

%40.39
%11.45
%48.16

CMYK Percentages of Color #bb35df

%16
%76
%0
%13

Triadic Colors of #bb35df

#bb35df #dfbb35 #35dfbb

Analogous Colors of #bb35df

#bb35df #df35ae #6635df

Monochromatic Colors of #bb35df

#bb35df

Complementary Color

#bb35df #59df35

#bb35df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb35df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb35df Color CSS Codes

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

#bb35df Text Font Color

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

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


#bb35df Background Color

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

This div background color is #bb35df


#bb35df Border Color

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

This div border color is #bb35df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb35df


Comments

No comments written yet.

Please login to write comment.