Color Hex Logo

#bd35cd Color Hex

#BD35CD
(189,53,205)
0 Favorites   0 Comments

Color spaces of #bd35cd

RGB 18953205
HSL0.820.600.51
HSV294°74°80°
CMYK 0.080.740.00   0.20
XYZ33.278817.772859.4341
Yxy17.77280.30120.1609
Hunter Lab42.157867.1294-54.0766
CIE-Lab49.219471.2906-51.0042

#bd35cd color RGB value is (189,53,205).

#bd35cd hex color red value is 189, green value is 53 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bd35cd hue: 0.82 , saturation: 0.60 and the lightness value of bd35cd is 0.51.

The process color (four color CMYK) of #bd35cd color hex is 0.08, 0.74, 0.00, 0.20. Web safe color of #bd35cd is #cc33cc. Color #bd35cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110101 11001101
Octal 275 65 315
Decimal 189 53 205
Hex BD 35 CD

RGB Percentages of Color #bd35cd

%42.28
%11.86
%45.86

CMYK Percentages of Color #bd35cd

%8
%74
%0
%20

Triadic Colors of #bd35cd

#bd35cd #cdbd35 #35cdbd

Analogous Colors of #bd35cd

#bd35cd #cd3591 #7135cd

Monochromatic Colors of #bd35cd

#bd35cd

Complementary Color

#bd35cd #45cd35

#bd35cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd35cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd35cd Color CSS Codes

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

#bd35cd Text Font Color

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

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


#bd35cd Background Color

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

This div background color is #bd35cd


#bd35cd Border Color

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

This div border color is #bd35cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd35cd


Comments

No comments written yet.

Please login to write comment.