Color Hex Logo

#bd25cd Color Hex

#BD25CD
(189,37,205)
0 Favorites   0 Comments

Color spaces of #bd25cd

RGB 18937205
HSL0.820.690.47
HSV294°82°80°
CMYK 0.080.820.00   0.20
XYZ32.667316.549759.2303
Yxy16.54970.30120.1526
Hunter Lab40.681372.1441-57.8468
CIE-Lab47.687675.7213-53.4582

#bd25cd color RGB value is (189,37,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100101 11001101
Octal 275 45 315
Decimal 189 37 205
Hex BD 25 CD

RGB Percentages of Color #bd25cd

%43.85
%8.58
%47.56

CMYK Percentages of Color #bd25cd

%8
%82
%0
%20

Triadic Colors of #bd25cd

#bd25cd #cdbd25 #25cdbd

Analogous Colors of #bd25cd

#bd25cd #cd2589 #6925cd

Monochromatic Colors of #bd25cd

#bd25cd

Complementary Color

#bd25cd #35cd25

#bd25cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd25cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd25cd Color CSS Codes

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

#bd25cd Text Font Color

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

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


#bd25cd Background Color

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

This div background color is #bd25cd


#bd25cd Border Color

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

This div border color is #bd25cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd25cd


Comments

No comments written yet.

Please login to write comment.