Color Hex Logo

#b835da Color Hex

#B835DA
(184,53,218)
0 Favorites   0 Comments

Color spaces of #b835da

RGB 18453218
HSL0.800.690.53
HSV288°76°85°
CMYK 0.160.760.00   0.15
XYZ33.695217.798567.9892
Yxy17.79850.28200.1490
Hunter Lab42.188368.7361-66.0180
CIE-Lab49.250872.6189-58.4437

#b835da color RGB value is (184,53,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110101 11011010
Octal 270 65 332
Decimal 184 53 218
Hex B8 35 DA

RGB Percentages of Color #b835da

%40.44
%11.65
%47.91

CMYK Percentages of Color #b835da

%16
%76
%0
%15

Triadic Colors of #b835da

#b835da #dab835 #35dab8

Analogous Colors of #b835da

#b835da #da35aa #6635da

Monochromatic Colors of #b835da

#b835da

Complementary Color

#b835da #57da35

#b835da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b835da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b835da Color CSS Codes

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

#b835da Text Font Color

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

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


#b835da Background Color

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

This div background color is #b835da


#b835da Border Color

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

This div border color is #b835da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b835da


Comments

No comments written yet.

Please login to write comment.