Color Hex Logo

#b435be Color Hex

#B435BE
(180,53,190)
0 Favorites   0 Comments

Color spaces of #b435be

RGB 18053190
HSL0.820.560.48
HSV296°72°75°
CMYK 0.050.720.00   0.25
XYZ29.389815.967250.2482
Yxy15.96720.30740.1670
Hunter Lab39.959061.3584-46.5856
CIE-Lab46.931466.8523-46.0527

#b435be color RGB value is (180,53,190).

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

The process color (four color CMYK) of #b435be color hex is 0.05, 0.72, 0.00, 0.25. Web safe color of #b435be is #cc33cc. Color #b435be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110101 10111110
Octal 264 65 276
Decimal 180 53 190
Hex B4 35 BE

RGB Percentages of Color #b435be

%42.55
%12.53
%44.92

CMYK Percentages of Color #b435be

%5
%72
%0
%25

Triadic Colors of #b435be

#b435be #beb435 #35beb4

Analogous Colors of #b435be

#b435be #be3584 #7035be

Monochromatic Colors of #b435be

#b435be

Complementary Color

#b435be #3fbe35

#b435be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b435be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b435be Color CSS Codes

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

#b435be Text Font Color

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

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


#b435be Background Color

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

This div background color is #b435be


#b435be Border Color

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

This div border color is #b435be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b435be


Comments

No comments written yet.

Please login to write comment.