Color Hex Logo

#be187d Color Hex

#BE187D
(190,24,125)
0 Favorites   0 Comments

Color spaces of #be187d

RGB 19024125
HSL0.900.780.42
HSV323°87°75°
CMYK 0.000.870.34   0.25
XYZ25.263513.081120.5954
Yxy13.08110.42860.2219
Hunter Lab36.167861.3900-8.4446
CIE-Lab42.885267.6653-13.2804

#be187d color RGB value is (190,24,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00011000 01111101
Octal 276 30 175
Decimal 190 24 125
Hex BE 18 7D

RGB Percentages of Color #be187d

%56.05
%7.08
%36.87

CMYK Percentages of Color #be187d

%0
%87
%34
%25

Triadic Colors of #be187d

#be187d #7dbe18 #187dbe

Analogous Colors of #be187d

#be187d #be182a #ac18be

Monochromatic Colors of #be187d

#be187d

Complementary Color

#be187d #18be59

#be187d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be187d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be187d Color CSS Codes

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

#be187d Text Font Color

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

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


#be187d Background Color

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

This div background color is #be187d


#be187d Border Color

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

This div border color is #be187d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,24,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 #be187d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be187d


Comments

No comments written yet.

Please login to write comment.