Color Hex Logo

#be00af Color Hex

#BE00AF
(190,0,175)
0 Favorites   0 Comments

Color spaces of #be00af

RGB 1900175
HSL0.851.000.37
HSV305°100°75°
CMYK 0.001.000.08   0.25
XYZ28.973114.042341.7408
Yxy14.04230.34180.1657
Hunter Lab37.473172.4333-39.8113
CIE-Lab44.293576.6170-41.3338

#be00af color RGB value is (190,0,175).

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

The process color (four color CMYK) of #be00af color hex is 0.00, 1.00, 0.08, 0.25. Web safe color of #be00af is #cc0099. Color #be00af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000000 10101111
Octal 276 0 257
Decimal 190 0 175
Hex BE 0 AF

RGB Percentages of Color #be00af

%52.05
%0.00
%47.95

CMYK Percentages of Color #be00af

%0
%100
%8
%25

Triadic Colors of #be00af

#be00af #afbe00 #00afbe

Analogous Colors of #be00af

#be00af #be0050 #6e00be

Monochromatic Colors of #be00af

#be00af

Complementary Color

#be00af #00be0f

#be00af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be00af Color Preview on White Background

Lorem ipsum dolor sit amet.

#be00af Color CSS Codes

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

#be00af Text Font Color

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

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


#be00af Background Color

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

This div background color is #be00af


#be00af Border Color

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

This div border color is #be00af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be00af


Comments

No comments written yet.

Please login to write comment.