Color Hex Logo

#bc257d Color Hex

#BC257D
(188,37,125)
0 Favorites   0 Comments

Color spaces of #bc257d

RGB 18837125
HSL0.900.670.44
HSV325°80°74°
CMYK 0.000.800.34   0.26
XYZ25.102313.495220.6838
Yxy13.49520.42340.2276
Hunter Lab36.735857.6849-7.6677
CIE-Lab43.500164.3296-12.3842

#bc257d color RGB value is (188,37,125).

#bc257d hex color red value is 188, green value is 37 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bc257d hue: 0.90 , saturation: 0.67 and the lightness value of bc257d is 0.44.

The process color (four color CMYK) of #bc257d color hex is 0.00, 0.80, 0.34, 0.26. Web safe color of #bc257d is #cc3366. Color #bc257d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100101 01111101
Octal 274 45 175
Decimal 188 37 125
Hex BC 25 7D

RGB Percentages of Color #bc257d

%53.71
%10.57
%35.71

CMYK Percentages of Color #bc257d

%0
%80
%34
%26

Triadic Colors of #bc257d

#bc257d #7dbc25 #257dbc

Analogous Colors of #bc257d

#bc257d #bc2531 #b025bc

Monochromatic Colors of #bc257d

#bc257d

Complementary Color

#bc257d #25bc64

#bc257d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc257d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc257d Color CSS Codes

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

#bc257d Text Font Color

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

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


#bc257d Background Color

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

This div background color is #bc257d


#bc257d Border Color

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

This div border color is #bc257d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc257d


Comments

No comments written yet.

Please login to write comment.