Color Hex Logo

#be317c Color Hex

#BE317C
(190,49,124)
0 Favorites   0 Comments

Color spaces of #be317c

RGB 19049124
HSL0.910.590.47
HSV328°74°75°
CMYK 0.000.740.35   0.25
XYZ25.971614.599020.5178
Yxy14.59900.42510.2390
Hunter Lab38.208654.4669-5.0923
CIE-Lab45.080061.1809-9.3518

#be317c color RGB value is (190,49,124).

#be317c hex color red value is 190, green value is 49 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #be317c hue: 0.91 , saturation: 0.59 and the lightness value of be317c is 0.47.

The process color (four color CMYK) of #be317c color hex is 0.00, 0.74, 0.35, 0.25. Web safe color of #be317c is #cc3366. Color #be317c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110001 01111100
Octal 276 61 174
Decimal 190 49 124
Hex BE 31 7C

RGB Percentages of Color #be317c

%52.34
%13.50
%34.16

CMYK Percentages of Color #be317c

%0
%74
%35
%25

Triadic Colors of #be317c

#be317c #7cbe31 #317cbe

Analogous Colors of #be317c

#be317c #be3136 #ba31be

Monochromatic Colors of #be317c

#be317c

Complementary Color

#be317c #31be73

#be317c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be317c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be317c Color CSS Codes

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

#be317c Text Font Color

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

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


#be317c Background Color

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

This div background color is #be317c


#be317c Border Color

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

This div border color is #be317c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be317c


Comments

No comments written yet.

Please login to write comment.