Color Hex Logo

#bd31be Color Hex

#BD31BE
(189,49,190)
0 Favorites   0 Comments

Color spaces of #bd31be

RGB 18949190
HSL0.830.590.47
HSV300°74°75°
CMYK 0.010.740.00   0.25
XYZ31.378816.733150.2912
Yxy16.73310.31890.1700
Hunter Lab40.906165.3404-44.2586
CIE-Lab47.922070.0442-44.3889

#bd31be color RGB value is (189,49,190).

#bd31be hex color red value is 189, green value is 49 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bd31be hue: 0.83 , saturation: 0.59 and the lightness value of bd31be is 0.47.

The process color (four color CMYK) of #bd31be color hex is 0.01, 0.74, 0.00, 0.25. Web safe color of #bd31be is #cc33cc. Color #bd31be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110001 10111110
Octal 275 61 276
Decimal 189 49 190
Hex BD 31 BE

RGB Percentages of Color #bd31be

%44.16
%11.45
%44.39

CMYK Percentages of Color #bd31be

%1
%74
%0
%25

Triadic Colors of #bd31be

#bd31be #bebd31 #31bebd

Analogous Colors of #bd31be

#bd31be #be3179 #7731be

Monochromatic Colors of #bd31be

#bd31be

Complementary Color

#bd31be #32be31

#bd31be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd31be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd31be Color CSS Codes

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

#bd31be Text Font Color

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

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


#bd31be Background Color

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

This div background color is #bd31be


#bd31be Border Color

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

This div border color is #bd31be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd31be


Comments

No comments written yet.

Please login to write comment.