Color Hex Logo

#bd35c1 Color Hex

#BD35C1
(189,53,193)
0 Favorites   0 Comments

Color spaces of #bd35c1

RGB 18953193
HSL0.830.570.48
HSV298°73°76°
CMYK 0.020.730.00   0.24
XYZ31.885017.215352.0944
Yxy17.21530.31510.1701
Hunter Lab41.491364.5628-45.3976
CIE-Lab48.530269.2710-45.1664

#bd35c1 color RGB value is (189,53,193).

#bd35c1 hex color red value is 189, green value is 53 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #bd35c1 hue: 0.83 , saturation: 0.57 and the lightness value of bd35c1 is 0.48.

The process color (four color CMYK) of #bd35c1 color hex is 0.02, 0.73, 0.00, 0.24. Web safe color of #bd35c1 is #cc33cc. Color #bd35c1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110101 11000001
Octal 275 65 301
Decimal 189 53 193
Hex BD 35 C1

RGB Percentages of Color #bd35c1

%43.45
%12.18
%44.37

CMYK Percentages of Color #bd35c1

%2
%73
%0
%24

Triadic Colors of #bd35c1

#bd35c1 #c1bd35 #35c1bd

Analogous Colors of #bd35c1

#bd35c1 #c1357f #7735c1

Monochromatic Colors of #bd35c1

#bd35c1

Complementary Color

#bd35c1 #39c135

#bd35c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd35c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd35c1 Color CSS Codes

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

#bd35c1 Text Font Color

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

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


#bd35c1 Background Color

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

This div background color is #bd35c1


#bd35c1 Border Color

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

This div border color is #bd35c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd35c1


Comments

No comments written yet.

Please login to write comment.