Color Hex Logo

#bf18ed Color Hex

#BF18ED
(191,24,237)
0 Favorites   0 Comments

Color spaces of #bf18ed

RGB 19124237
HSL0.800.860.51
HSV287°90°93°
CMYK 0.190.900.00   0.07
XYZ37.098617.844181.6097
Yxy17.84410.27170.1307
Hunter Lab42.242382.8408-84.9753
CIE-Lab49.306583.9132-69.0757

#bf18ed color RGB value is (191,24,237).

#bf18ed hex color red value is 191, green value is 24 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bf18ed hue: 0.80 , saturation: 0.86 and the lightness value of bf18ed is 0.51.

The process color (four color CMYK) of #bf18ed color hex is 0.19, 0.90, 0.00, 0.07. Web safe color of #bf18ed is #cc00ff. Color #bf18ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00011000 11101101
Octal 277 30 355
Decimal 191 24 237
Hex BF 18 ED

RGB Percentages of Color #bf18ed

%42.26
%5.31
%52.43

CMYK Percentages of Color #bf18ed

%19
%90
%0
%7

Triadic Colors of #bf18ed

#bf18ed #edbf18 #18edbf

Analogous Colors of #bf18ed

#bf18ed #ed18b1 #5418ed

Monochromatic Colors of #bf18ed

#bf18ed

Complementary Color

#bf18ed #46ed18

#bf18ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf18ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf18ed Color CSS Codes

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

#bf18ed Text Font Color

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

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


#bf18ed Background Color

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

This div background color is #bf18ed


#bf18ed Border Color

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

This div border color is #bf18ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,24,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bf18ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bf18ed;
  -webkit-box-shadow: 1px 1px 3px 2px #bf18ed;
  box-shadow:         1px 1px 3px 2px #bf18ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,24,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf18ed


Comments

No comments written yet.

Please login to write comment.