Color Hex Logo

#bc1375 Color Hex

#BC1375
(188,19,117)
0 Favorites   0 Comments

Color spaces of #bc1375

RGB 18819117
HSL0.900.820.41
HSV325°90°74°
CMYK 0.000.900.38   0.26
XYZ24.182812.441517.9565
Yxy12.44150.44310.2279
Hunter Lab35.272560.6525-5.4925
CIE-Lab41.909467.2204-9.8337

#bc1375 color RGB value is (188,19,117).

#bc1375 hex color red value is 188, green value is 19 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #bc1375 hue: 0.90 , saturation: 0.82 and the lightness value of bc1375 is 0.41.

The process color (four color CMYK) of #bc1375 color hex is 0.00, 0.90, 0.38, 0.26. Web safe color of #bc1375 is #cc0066. Color #bc1375 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010011 01110101
Octal 274 23 165
Decimal 188 19 117
Hex BC 13 75

RGB Percentages of Color #bc1375

%58.02
%5.86
%36.11

CMYK Percentages of Color #bc1375

%0
%90
%38
%26

Triadic Colors of #bc1375

#bc1375 #75bc13 #1375bc

Analogous Colors of #bc1375

#bc1375 #bc1321 #af13bc

Monochromatic Colors of #bc1375

#bc1375

Complementary Color

#bc1375 #13bc5a

#bc1375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc1375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc1375 Color CSS Codes

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

#bc1375 Text Font Color

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

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


#bc1375 Background Color

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

This div background color is #bc1375


#bc1375 Border Color

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

This div border color is #bc1375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc1375


Comments

No comments written yet.

Please login to write comment.