Color Hex Logo

#be58cd Color Hex

#BE58CD
(190,88,205)
0 Favorites   0 Comments

Color spaces of #be58cd

RGB 19088205
HSL0.810.540.57
HSV292°57°80°
CMYK 0.070.570.00   0.20
XYZ35.744422.334460.1846
Yxy22.33440.30220.1889
Hunter Lab47.259352.3041-42.4242
CIE-Lab54.380057.5431-42.7916

#be58cd color RGB value is (190,88,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01011000 11001101
Octal 276 130 315
Decimal 190 88 205
Hex BE 58 CD

RGB Percentages of Color #be58cd

%39.34
%18.22
%42.44

CMYK Percentages of Color #be58cd

%7
%57
%0
%20

Triadic Colors of #be58cd

#be58cd #cdbe58 #58cdbe

Analogous Colors of #be58cd

#be58cd #cd58a2 #8458cd

Monochromatic Colors of #be58cd

#be58cd

Complementary Color

#be58cd #67cd58

#be58cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be58cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be58cd Color CSS Codes

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

#be58cd Text Font Color

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

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


#be58cd Background Color

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

This div background color is #be58cd


#be58cd Border Color

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

This div border color is #be58cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be58cd


Comments

No comments written yet.

Please login to write comment.