color codes Logo

#bc09ef color codes

#BC09EF
(188,9,239)
0 Favorites   0 Comments

Color spaces of #bc09ef

RGB 1889239
HSL0.800.930.49
HSV287°96°94°
CMYK 0.210.960.00   0.06
XYZ36.416717.118783.0462
Yxy17.11870.26660.1253
Hunter Lab41.374884.7040-90.0428
CIE-Lab48.409385.5278-71.6824

#bc09ef color RGB value is (188,9,239).

#bc09ef hex color red value is 188, green value is 9 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bc09ef hue: 0.80 , saturation: 0.93 and the lightness value of bc09ef is 0.49.

The process color (four color CMYK) of #bc09ef color code is 0.21, 0.96, 0.00, 0.06. Web safe color of #bc09ef is #cc00ff. Color #bc09ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00001001 11101111
Octal 274 11 357
Decimal 188 9 239
Hex BC 9 EF

RGB Percentages of Color #bc09ef

%43.12
%2.06
%54.82

CMYK Percentages of Color #bc09ef

%21
%96
%0
%6

Triadic Colors of #bc09ef

#bc09ef #efbc09 #09efbc

Analogous Colors of #bc09ef

#bc09ef #ef09af #4909ef

Monochromatic Colors of #bc09ef

#bc09ef

Complementary Color

#bc09ef #3cef09

#bc09ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc09ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc09ef Color CSS Codes

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

#bc09ef Text Font Color

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

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


#bc09ef Background Color

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

This div background color is #bc09ef


#bc09ef Border Color

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

This div border color is #bc09ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,9,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bc09ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bc09ef;
  -webkit-box-shadow: 1px 1px 3px 2px #bc09ef;
  box-shadow:         1px 1px 3px 2px #bc09ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,9,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc09ef


Comments

No comments written yet.

Please login to write comment.