Color Hex Logo

#bf18ec Color Hex

#BF18EC
(191,24,236)
0 Favorites   0 Comments

Color spaces of #bf18ec

RGB 19124236
HSL0.800.850.51
HSV287°90°93°
CMYK 0.190.900.00   0.07
XYZ36.952817.785880.8422
Yxy17.78580.27260.1312
Hunter Lab42.173282.6012-84.1323
CIE-Lab49.235383.7408-68.6272

#bf18ec color RGB value is (191,24,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 00011000 11101100
Octal 277 30 354
Decimal 191 24 236
Hex BF 18 EC

RGB Percentages of Color #bf18ec

%42.35
%5.32
%52.33

CMYK Percentages of Color #bf18ec

%19
%90
%0
%7

Triadic Colors of #bf18ec

#bf18ec #ecbf18 #18ecbf

Analogous Colors of #bf18ec

#bf18ec #ec18af #5518ec

Monochromatic Colors of #bf18ec

#bf18ec

Complementary Color

#bf18ec #45ec18

#bf18ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf18ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf18ec Color CSS Codes

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

#bf18ec Text Font Color

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

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


#bf18ec Background Color

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

This div background color is #bf18ec


#bf18ec Border Color

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

This div border color is #bf18ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf18ec


Comments

No comments written yet.

Please login to write comment.