color codes Logo

#be305c color codes

#BE305C
(190,48,92)
0 Favorites   0 Comments

Color spaces of #be305c

RGB 1904892
HSL0.950.600.47
HSV341°75°75°
CMYK 0.000.750.52   0.25
XYZ24.223913.833811.5187
Yxy13.83380.48860.2790
Hunter Lab37.193851.16587.6739
CIE-Lab43.993658.41608.8475

#be305c color RGB value is (190,48,92).

#be305c hex color red value is 190, green value is 48 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #be305c hue: 0.95 , saturation: 0.60 and the lightness value of be305c is 0.47.

The process color (four color CMYK) of #be305c color code is 0.00, 0.75, 0.52, 0.25. Web safe color of #be305c is #cc3366. Color #be305c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110000 01011100
Octal 276 60 134
Decimal 190 48 92
Hex BE 30 5C

RGB Percentages of Color #be305c

%57.58
%14.55
%27.88

CMYK Percentages of Color #be305c

%0
%75
%52
%25

Triadic Colors of #be305c

#be305c #5cbe30 #305cbe

Analogous Colors of #be305c

#be305c #be4b30 #be30a3

Monochromatic Colors of #be305c

#be305c

Complementary Color

#be305c #30be92

#be305c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be305c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be305c Color CSS Codes

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

#be305c Text Font Color

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

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


#be305c Background Color

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

This div background color is #be305c


#be305c Border Color

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

This div border color is #be305c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be305c


Comments

No comments written yet.

Please login to write comment.