Color Hex Logo

#bd25af Color Hex

#BD25AF
(189,37,175)
0 Favorites   0 Comments

Color spaces of #bd25af

RGB 18937175
HSL0.850.670.44
HSV306°80°74°
CMYK 0.000.800.07   0.26
XYZ29.385715.237141.9497
Yxy15.23710.33940.1760
Hunter Lab39.034766.0657-36.3933
CIE-Lab45.957271.0357-38.7073

#bd25af color RGB value is (189,37,175).

#bd25af hex color red value is 189, green value is 37 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bd25af hue: 0.85 , saturation: 0.67 and the lightness value of bd25af is 0.44.

The process color (four color CMYK) of #bd25af color hex is 0.00, 0.80, 0.07, 0.26. Web safe color of #bd25af is #cc3399. Color #bd25af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100101 10101111
Octal 275 45 257
Decimal 189 37 175
Hex BD 25 AF

RGB Percentages of Color #bd25af

%47.13
%9.23
%43.64

CMYK Percentages of Color #bd25af

%0
%80
%7
%26

Triadic Colors of #bd25af

#bd25af #afbd25 #25afbd

Analogous Colors of #bd25af

#bd25af #bd2563 #7f25bd

Monochromatic Colors of #bd25af

#bd25af

Complementary Color

#bd25af #25bd33

#bd25af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd25af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd25af Color CSS Codes

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

#bd25af Text Font Color

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

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


#bd25af Background Color

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

This div background color is #bd25af


#bd25af Border Color

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

This div border color is #bd25af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd25af


Comments

No comments written yet.

Please login to write comment.