Color Hex Logo

#b635ad Color Hex

#B635AD
(182,53,173)
0 Favorites   0 Comments

Color spaces of #b635ad

RGB 18253173
HSL0.840.550.46
HSV304°71°71°
CMYK 0.000.710.05   0.29
XYZ28.107315.508441.0472
Yxy15.50840.33200.1832
Hunter Lab39.380758.4851-34.2325
CIE-Lab46.322864.4843-37.0258

#b635ad color RGB value is (182,53,173).

#b635ad hex color red value is 182, green value is 53 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b635ad hue: 0.84 , saturation: 0.55 and the lightness value of b635ad is 0.46.

The process color (four color CMYK) of #b635ad color hex is 0.00, 0.71, 0.05, 0.29. Web safe color of #b635ad is #cc3399. Color #b635ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00110101 10101101
Octal 266 65 255
Decimal 182 53 173
Hex B6 35 AD

RGB Percentages of Color #b635ad

%44.61
%12.99
%42.40

CMYK Percentages of Color #b635ad

%0
%71
%5
%29

Triadic Colors of #b635ad

#b635ad #adb635 #35adb6

Analogous Colors of #b635ad

#b635ad #b6356d #7f35b6

Monochromatic Colors of #b635ad

#b635ad

Complementary Color

#b635ad #35b63e

#b635ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b635ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b635ad Color CSS Codes

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

#b635ad Text Font Color

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

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


#b635ad Background Color

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

This div background color is #b635ad


#b635ad Border Color

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

This div border color is #b635ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b635ad


Comments

No comments written yet.

Please login to write comment.