Color Hex Logo

#bd19ec Color Hex

#BD19EC
(189,25,236)
0 Favorites   0 Comments

Color spaces of #bd19ec

RGB 18925236
HSL0.800.850.51
HSV287°89°93°
CMYK 0.200.890.00   0.07
XYZ36.474217.570280.8259
Yxy17.57020.27040.1303
Hunter Lab41.916881.9685-84.9839
CIE-Lab48.970683.2992-69.0713

#bd19ec color RGB value is (189,25,236).

#bd19ec hex color red value is 189, green value is 25 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bd19ec hue: 0.80 , saturation: 0.85 and the lightness value of bd19ec is 0.51.

The process color (four color CMYK) of #bd19ec color hex is 0.20, 0.89, 0.00, 0.07. Web safe color of #bd19ec is #cc00ff. Color #bd19ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011001 11101100
Octal 275 31 354
Decimal 189 25 236
Hex BD 19 EC

RGB Percentages of Color #bd19ec

%42.00
%5.56
%52.44

CMYK Percentages of Color #bd19ec

%20
%89
%0
%7

Triadic Colors of #bd19ec

#bd19ec #ecbd19 #19ecbd

Analogous Colors of #bd19ec

#bd19ec #ec19b2 #5319ec

Monochromatic Colors of #bd19ec

#bd19ec

Complementary Color

#bd19ec #48ec19

#bd19ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd19ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd19ec Color CSS Codes

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

#bd19ec Text Font Color

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

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


#bd19ec Background Color

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

This div background color is #bd19ec


#bd19ec Border Color

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

This div border color is #bd19ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd19ec


Comments

No comments written yet.

Please login to write comment.