Color Hex Logo

#bc268e Color Hex

#BC268E
(188,38,142)
0 Favorites   0 Comments

Color spaces of #bc268e

RGB 18838142
HSL0.880.660.44
HSV318°80°74°
CMYK 0.000.800.24   0.26
XYZ26.314614.030626.9124
Yxy14.03060.39130.2086
Hunter Lab37.457459.8493-16.3784
CIE-Lab44.276866.0651-21.5891

#bc268e color RGB value is (188,38,142).

#bc268e hex color red value is 188, green value is 38 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bc268e hue: 0.88 , saturation: 0.66 and the lightness value of bc268e is 0.44.

The process color (four color CMYK) of #bc268e color hex is 0.00, 0.80, 0.24, 0.26. Web safe color of #bc268e is #cc3399. Color #bc268e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100110 10001110
Octal 274 46 216
Decimal 188 38 142
Hex BC 26 8E

RGB Percentages of Color #bc268e

%51.09
%10.33
%38.59

CMYK Percentages of Color #bc268e

%0
%80
%24
%26

Triadic Colors of #bc268e

#bc268e #8ebc26 #268ebc

Analogous Colors of #bc268e

#bc268e #bc2643 #9f26bc

Monochromatic Colors of #bc268e

#bc268e

Complementary Color

#bc268e #26bc54

#bc268e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc268e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc268e Color CSS Codes

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

#bc268e Text Font Color

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

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


#bc268e Background Color

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

This div background color is #bc268e


#bc268e Border Color

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

This div border color is #bc268e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc268e


Comments

No comments written yet.

Please login to write comment.