Color Hex Logo

#b435ba Color Hex

#B435BA
(180,53,186)
0 Favorites   0 Comments

Color spaces of #b435ba

RGB 18053186
HSL0.830.560.47
HSV297°72°73°
CMYK 0.030.720.00   0.27
XYZ28.958415.794747.9768
Yxy15.79470.31230.1703
Hunter Lab39.742560.5145-43.7545
CIE-Lab46.704066.1702-44.0800

#b435ba color RGB value is (180,53,186).

#b435ba hex color red value is 180, green value is 53 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b435ba hue: 0.83 , saturation: 0.56 and the lightness value of b435ba is 0.47.

The process color (four color CMYK) of #b435ba color hex is 0.03, 0.72, 0.00, 0.27. Web safe color of #b435ba is #cc33cc. Color #b435ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110101 10111010
Octal 264 65 272
Decimal 180 53 186
Hex B4 35 BA

RGB Percentages of Color #b435ba

%42.96
%12.65
%44.39

CMYK Percentages of Color #b435ba

%3
%72
%0
%27

Triadic Colors of #b435ba

#b435ba #bab435 #35bab4

Analogous Colors of #b435ba

#b435ba #ba357e #7235ba

Monochromatic Colors of #b435ba

#b435ba

Complementary Color

#b435ba #3bba35

#b435ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b435ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b435ba Color CSS Codes

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

#b435ba Text Font Color

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

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


#b435ba Background Color

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

This div background color is #b435ba


#b435ba Border Color

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

This div border color is #b435ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b435ba


Comments

No comments written yet.

Please login to write comment.