Color Hex Logo

#bd35ad Color Hex

#BD35AD
(189,53,173)
0 Favorites   0 Comments

Color spaces of #bd35ad

RGB 18953173
HSL0.850.560.47
HSV307°72°74°
CMYK 0.000.720.08   0.26
XYZ29.802216.382241.1265
Yxy16.38220.34130.1876
Hunter Lab40.474960.6007-31.9120
CIE-Lab47.472066.0965-35.1374

#bd35ad color RGB value is (189,53,173).

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

The process color (four color CMYK) of #bd35ad color hex is 0.00, 0.72, 0.08, 0.26. Web safe color of #bd35ad is #cc3399. Color #bd35ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110101 10101101
Octal 275 65 255
Decimal 189 53 173
Hex BD 35 AD

RGB Percentages of Color #bd35ad

%45.54
%12.77
%41.69

CMYK Percentages of Color #bd35ad

%0
%72
%8
%26

Triadic Colors of #bd35ad

#bd35ad #adbd35 #35adbd

Analogous Colors of #bd35ad

#bd35ad #bd3569 #8935bd

Monochromatic Colors of #bd35ad

#bd35ad

Complementary Color

#bd35ad #35bd45

#bd35ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd35ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd35ad Color CSS Codes

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

#bd35ad Text Font Color

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

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


#bd35ad Background Color

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

This div background color is #bd35ad


#bd35ad Border Color

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

This div border color is #bd35ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,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 #bd35ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd35ad


Comments

No comments written yet.

Please login to write comment.