Color Hex Logo

#bd25ec Color Hex

#BD25EC
(189,37,236)
0 Favorites   0 Comments

Color spaces of #bd25ec

RGB 18937236
HSL0.790.840.54
HSV286°84°93°
CMYK 0.200.840.00   0.07
XYZ36.788218.198180.9305
Yxy18.19810.27070.1339
Hunter Lab42.659279.2801-82.6199
CIE-Lab49.735581.0419-67.8306

#bd25ec color RGB value is (189,37,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100101 11101100
Octal 275 45 354
Decimal 189 37 236
Hex BD 25 EC

RGB Percentages of Color #bd25ec

%40.91
%8.01
%51.08

CMYK Percentages of Color #bd25ec

%20
%84
%0
%7

Triadic Colors of #bd25ec

#bd25ec #ecbd25 #25ecbd

Analogous Colors of #bd25ec

#bd25ec #ec25b8 #5a25ec

Monochromatic Colors of #bd25ec

#bd25ec

Complementary Color

#bd25ec #54ec25

#bd25ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd25ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd25ec Color CSS Codes

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

#bd25ec Text Font Color

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

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


#bd25ec Background Color

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

This div background color is #bd25ec


#bd25ec Border Color

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

This div border color is #bd25ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd25ec


Comments

No comments written yet.

Please login to write comment.