Color Hex Logo

#be72cd Color Hex

#BE72CD
(190,114,205)
0 Favorites   0 Comments

Color spaces of #be72cd

RGB 190114205
HSL0.810.480.63
HSV290°44°80°
CMYK 0.070.440.00   0.20
XYZ38.272027.389661.0272
Yxy27.38960.30210.2162
Hunter Lab52.335138.9485-32.5027
CIE-Lab59.333244.5070-35.0140

#be72cd color RGB value is (190,114,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110010 11001101
Octal 276 162 315
Decimal 190 114 205
Hex BE 72 CD

RGB Percentages of Color #be72cd

%37.33
%22.40
%40.28

CMYK Percentages of Color #be72cd

%7
%44
%0
%20

Triadic Colors of #be72cd

#be72cd #cdbe72 #72cdbe

Analogous Colors of #be72cd

#be72cd #cd72af #9172cd

Monochromatic Colors of #be72cd

#be72cd

Complementary Color

#be72cd #81cd72

#be72cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be72cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be72cd Color CSS Codes

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

#be72cd Text Font Color

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

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


#be72cd Background Color

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

This div background color is #be72cd


#be72cd Border Color

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

This div border color is #be72cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be72cd


Comments

No comments written yet.

Please login to write comment.