Color Hex Logo

#bd1aec Color Hex

#BD1AEC
(189,26,236)
0 Favorites   0 Comments

Color spaces of #bd1aec

RGB 18926236
HSL0.800.850.51
HSV287°89°93°
CMYK 0.200.890.00   0.07
XYZ36.496017.613780.8331
Yxy17.61370.27050.1305
Hunter Lab41.968781.7786-84.8165
CIE-Lab49.024283.1407-68.9843

#bd1aec color RGB value is (189,26,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011010 11101100
Octal 275 32 354
Decimal 189 26 236
Hex BD 1A EC

RGB Percentages of Color #bd1aec

%41.91
%5.76
%52.33

CMYK Percentages of Color #bd1aec

%20
%89
%0
%7

Triadic Colors of #bd1aec

#bd1aec #ecbd1a #1aecbd

Analogous Colors of #bd1aec

#bd1aec #ec1ab2 #541aec

Monochromatic Colors of #bd1aec

#bd1aec

Complementary Color

#bd1aec #49ec1a

#bd1aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd1aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd1aec Color CSS Codes

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

#bd1aec Text Font Color

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

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


#bd1aec Background Color

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

This div background color is #bd1aec


#bd1aec Border Color

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

This div border color is #bd1aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd1aec


Comments

No comments written yet.

Please login to write comment.