Color Hex Logo

#be187c Color Hex

#BE187C
(190,24,124)
0 Favorites   0 Comments

Color spaces of #be187c

RGB 19024124
HSL0.900.780.42
HSV324°87°75°
CMYK 0.000.870.35   0.25
XYZ25.199913.055720.2606
Yxy13.05570.43060.2231
Hunter Lab36.132761.2585-7.9527
CIE-Lab42.847167.5597-12.7206

#be187c color RGB value is (190,24,124).

#be187c hex color red value is 190, green value is 24 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #be187c hue: 0.90 , saturation: 0.78 and the lightness value of be187c is 0.42.

The process color (four color CMYK) of #be187c color hex is 0.00, 0.87, 0.35, 0.25. Web safe color of #be187c is #cc0066. Color #be187c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00011000 01111100
Octal 276 30 174
Decimal 190 24 124
Hex BE 18 7C

RGB Percentages of Color #be187c

%56.21
%7.10
%36.69

CMYK Percentages of Color #be187c

%0
%87
%35
%25

Triadic Colors of #be187c

#be187c #7cbe18 #187cbe

Analogous Colors of #be187c

#be187c #be1829 #ad18be

Monochromatic Colors of #be187c

#be187c

Complementary Color

#be187c #18be5a

#be187c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be187c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be187c Color CSS Codes

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

#be187c Text Font Color

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

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


#be187c Background Color

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

This div background color is #be187c


#be187c Border Color

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

This div border color is #be187c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(190,24,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #be187c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #be187c;
  -webkit-box-shadow: 1px 1px 3px 2px #be187c;
  box-shadow:         1px 1px 3px 2px #be187c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,24,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be187c


Comments

No comments written yet.

Please login to write comment.