Color Hex Logo

#bd25ee Color Hex

#BD25EE
(189,37,238)
0 Favorites   0 Comments

Color spaces of #bd25ee

RGB 18937238
HSL0.790.860.54
HSV285°84°93°
CMYK 0.210.840.00   0.07
XYZ37.080518.315082.4697
Yxy18.31500.26900.1328
Hunter Lab42.796079.7678-84.2970
CIE-Lab49.876081.3990-68.7298

#bd25ee color RGB value is (189,37,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100101 11101110
Octal 275 45 356
Decimal 189 37 238
Hex BD 25 EE

RGB Percentages of Color #bd25ee

%40.73
%7.97
%51.29

CMYK Percentages of Color #bd25ee

%21
%84
%0
%7

Triadic Colors of #bd25ee

#bd25ee #eebd25 #25eebd

Analogous Colors of #bd25ee

#bd25ee #ee25bb #5925ee

Monochromatic Colors of #bd25ee

#bd25ee

Complementary Color

#bd25ee #56ee25

#bd25ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd25ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd25ee Color CSS Codes

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

#bd25ee Text Font Color

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

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


#bd25ee Background Color

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

This div background color is #bd25ee


#bd25ee Border Color

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

This div border color is #bd25ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd25ee


Comments

No comments written yet.

Please login to write comment.