Color Hex Logo

#b835de Color Hex

#B835DE
(184,53,222)
0 Favorites   0 Comments

Color spaces of #b835de

RGB 18453222
HSL0.800.720.54
HSV287°76°87°
CMYK 0.170.760.00   0.13
XYZ34.225118.010570.7797
Yxy18.01050.27820.1464
Hunter Lab42.438869.6849-69.1771
CIE-Lab49.508873.3520-60.3062

#b835de color RGB value is (184,53,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110101 11011110
Octal 270 65 336
Decimal 184 53 222
Hex B8 35 DE

RGB Percentages of Color #b835de

%40.09
%11.55
%48.37

CMYK Percentages of Color #b835de

%17
%76
%0
%13

Triadic Colors of #b835de

#b835de #deb835 #35deb8

Analogous Colors of #b835de

#b835de #de35b0 #6335de

Monochromatic Colors of #b835de

#b835de

Complementary Color

#b835de #5bde35

#b835de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b835de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b835de Color CSS Codes

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

#b835de Text Font Color

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

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


#b835de Background Color

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

This div background color is #b835de


#b835de Border Color

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

This div border color is #b835de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b835de


Comments

No comments written yet.

Please login to write comment.