Color Hex Logo

#be30af Color Hex

#BE30AF
(190,48,175)
0 Favorites   0 Comments

Color spaces of #be30af

RGB 19048175
HSL0.850.600.47
HSV306°75°75°
CMYK 0.000.750.08   0.25
XYZ30.030016.156242.0931
Yxy16.15620.34020.1830
Hunter Lab40.194863.0186-33.9538
CIE-Lab47.178868.2237-36.7669

#be30af color RGB value is (190,48,175).

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

The process color (four color CMYK) of #be30af color hex is 0.00, 0.75, 0.08, 0.25. Web safe color of #be30af is #cc3399. Color #be30af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110000 10101111
Octal 276 60 257
Decimal 190 48 175
Hex BE 30 AF

RGB Percentages of Color #be30af

%46.00
%11.62
%42.37

CMYK Percentages of Color #be30af

%0
%75
%8
%25

Triadic Colors of #be30af

#be30af #afbe30 #30afbe

Analogous Colors of #be30af

#be30af #be3068 #8630be

Monochromatic Colors of #be30af

#be30af

Complementary Color

#be30af #30be3f

#be30af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be30af Color Preview on White Background

Lorem ipsum dolor sit amet.

#be30af Color CSS Codes

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

#be30af Text Font Color

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

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


#be30af Background Color

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

This div background color is #be30af


#be30af Border Color

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

This div border color is #be30af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be30af


Comments

No comments written yet.

Please login to write comment.