Color Hex Logo

#be54cd Color Hex

#BE54CD
(190,84,205)
0 Favorites   0 Comments

Color spaces of #be54cd

RGB 19084205
HSL0.810.550.57
HSV293°59°80°
CMYK 0.070.590.00   0.20
XYZ35.425021.695660.0782
Yxy21.69560.30230.1851
Hunter Lab46.578554.2446-43.8688
CIE-Lab53.702559.3851-43.8629

#be54cd color RGB value is (190,84,205).

#be54cd hex color red value is 190, green value is 84 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #be54cd hue: 0.81 , saturation: 0.55 and the lightness value of be54cd is 0.57.

The process color (four color CMYK) of #be54cd color hex is 0.07, 0.59, 0.00, 0.20. Web safe color of #be54cd is #cc66cc. Color #be54cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010100 11001101
Octal 276 124 315
Decimal 190 84 205
Hex BE 54 CD

RGB Percentages of Color #be54cd

%39.67
%17.54
%42.80

CMYK Percentages of Color #be54cd

%7
%59
%0
%20

Triadic Colors of #be54cd

#be54cd #cdbe54 #54cdbe

Analogous Colors of #be54cd

#be54cd #cd54a0 #8254cd

Monochromatic Colors of #be54cd

#be54cd

Complementary Color

#be54cd #63cd54

#be54cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be54cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be54cd Color CSS Codes

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

#be54cd Text Font Color

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

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


#be54cd Background Color

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

This div background color is #be54cd


#be54cd Border Color

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

This div border color is #be54cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be54cd


Comments

No comments written yet.

Please login to write comment.