Color Hex Logo

#bd27f7 Color Hex

#BD27F7
(189,39,247)
0 Favorites   0 Comments

Color spaces of #bd27f7

RGB 18939247
HSL0.790.930.56
HSV283°84°97°
CMYK 0.230.840.00   0.03
XYZ38.500318.985389.6310
Yxy18.98530.26170.1290
Hunter Lab43.572181.4713-91.4633
CIE-Lab50.670082.5812-72.4919

#bd27f7 color RGB value is (189,39,247).

#bd27f7 hex color red value is 189, green value is 39 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #bd27f7 hue: 0.79 , saturation: 0.93 and the lightness value of bd27f7 is 0.56.

The process color (four color CMYK) of #bd27f7 color hex is 0.23, 0.84, 0.00, 0.03. Web safe color of #bd27f7 is #cc33ff. Color #bd27f7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100111 11110111
Octal 275 47 367
Decimal 189 39 247
Hex BD 27 F7

RGB Percentages of Color #bd27f7

%39.79
%8.21
%52.00

CMYK Percentages of Color #bd27f7

%23
%84
%0
%3

Triadic Colors of #bd27f7

#bd27f7 #f7bd27 #27f7bd

Analogous Colors of #bd27f7

#bd27f7 #f727c9 #5527f7

Monochromatic Colors of #bd27f7

#bd27f7

Complementary Color

#bd27f7 #61f727

#bd27f7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd27f7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd27f7 Color CSS Codes

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

#bd27f7 Text Font Color

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

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


#bd27f7 Background Color

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

This div background color is #bd27f7


#bd27f7 Border Color

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

This div border color is #bd27f7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd27f7


Comments

No comments written yet.

Please login to write comment.