Color Hex Logo

#bc2398 Color Hex

#BC2398
(188,35,152)
0 Favorites   0 Comments

Color spaces of #bc2398

RGB 18835152
HSL0.870.690.44
HSV314°81°74°
CMYK 0.000.810.19   0.26
XYZ27.007614.160431.0155
Yxy14.16040.37420.1962
Hunter Lab37.630362.2580-22.5266
CIE-Lab44.462168.1023-27.3491

#bc2398 color RGB value is (188,35,152).

#bc2398 hex color red value is 188, green value is 35 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #bc2398 hue: 0.87 , saturation: 0.69 and the lightness value of bc2398 is 0.44.

The process color (four color CMYK) of #bc2398 color hex is 0.00, 0.81, 0.19, 0.26. Web safe color of #bc2398 is #cc3399. Color #bc2398 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100011 10011000
Octal 274 43 230
Decimal 188 35 152
Hex BC 23 98

RGB Percentages of Color #bc2398

%50.13
%9.33
%40.53

CMYK Percentages of Color #bc2398

%0
%81
%19
%26

Triadic Colors of #bc2398

#bc2398 #98bc23 #2398bc

Analogous Colors of #bc2398

#bc2398 #bc234c #9423bc

Monochromatic Colors of #bc2398

#bc2398

Complementary Color

#bc2398 #23bc47

#bc2398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc2398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc2398 Color CSS Codes

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

#bc2398 Text Font Color

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

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


#bc2398 Background Color

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

This div background color is #bc2398


#bc2398 Border Color

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

This div border color is #bc2398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc2398


Comments

No comments written yet.

Please login to write comment.