Color Hex Logo

#be05cc Color Hex

#BE05CC
(190,5,204)
0 Favorites   0 Comments

Color spaces of #be05cc

RGB 1905204
HSL0.820.950.41
HSV296°98°80°
CMYK 0.070.980.00   0.20
XYZ32.188615.415358.4057
Yxy15.41530.30360.1454
Hunter Lab39.262377.6314-60.7148
CIE-Lab46.197880.4233-55.2655

#be05cc color RGB value is (190,5,204).

#be05cc hex color red value is 190, green value is 5 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #be05cc hue: 0.82 , saturation: 0.95 and the lightness value of be05cc is 0.41.

The process color (four color CMYK) of #be05cc color hex is 0.07, 0.98, 0.00, 0.20. Web safe color of #be05cc is #cc00cc. Color #be05cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000101 11001100
Octal 276 5 314
Decimal 190 5 204
Hex BE 5 CC

RGB Percentages of Color #be05cc

%47.62
%1.25
%51.13

CMYK Percentages of Color #be05cc

%7
%98
%0
%20

Triadic Colors of #be05cc

#be05cc #ccbe05 #05ccbe

Analogous Colors of #be05cc

#be05cc #cc0577 #5b05cc

Monochromatic Colors of #be05cc

#be05cc

Complementary Color

#be05cc #13cc05

#be05cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be05cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be05cc Color CSS Codes

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

#be05cc Text Font Color

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

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


#be05cc Background Color

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

This div background color is #be05cc


#be05cc Border Color

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

This div border color is #be05cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be05cc


Comments

No comments written yet.

Please login to write comment.