Color Hex Logo

#bd25ed Color Hex

#BD25ED
(189,37,237)
0 Favorites   0 Comments

Color spaces of #bd25ed

RGB 18937237
HSL0.790.850.54
HSV286°84°93°
CMYK 0.200.840.00   0.07
XYZ36.933918.256481.6980
Yxy18.25640.26980.1334
Hunter Lab42.727579.5233-83.4574
CIE-Lab49.805681.2201-68.2806

#bd25ed color RGB value is (189,37,237).

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

The process color (four color CMYK) of #bd25ed color hex is 0.20, 0.84, 0.00, 0.07. Web safe color of #bd25ed is #cc33ff. Color #bd25ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100101 11101101
Octal 275 45 355
Decimal 189 37 237
Hex BD 25 ED

RGB Percentages of Color #bd25ed

%40.82
%7.99
%51.19

CMYK Percentages of Color #bd25ed

%20
%84
%0
%7

Triadic Colors of #bd25ed

#bd25ed #edbd25 #25edbd

Analogous Colors of #bd25ed

#bd25ed #ed25b9 #5925ed

Monochromatic Colors of #bd25ed

#bd25ed

Complementary Color

#bd25ed #55ed25

#bd25ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd25ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd25ed Color CSS Codes

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

#bd25ed Text Font Color

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

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


#bd25ed Background Color

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

This div background color is #bd25ed


#bd25ed Border Color

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

This div border color is #bd25ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd25ed


Comments

No comments written yet.

Please login to write comment.