Color Hex Logo

#be66d4 Color Hex

#BE66D4
(190,102,212)
0 Favorites   0 Comments

Color spaces of #be66d4

RGB 190102212
HSL0.800.560.62
HSV288°52°83°
CMYK 0.100.520.00   0.17
XYZ37.870225.203465.1561
Yxy25.20340.29530.1965
Hunter Lab50.203046.7947-41.8076
CIE-Lab57.273152.0904-42.2040

#be66d4 color RGB value is (190,102,212).

#be66d4 hex color red value is 190, green value is 102 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #be66d4 hue: 0.80 , saturation: 0.56 and the lightness value of be66d4 is 0.62.

The process color (four color CMYK) of #be66d4 color hex is 0.10, 0.52, 0.00, 0.17. Web safe color of #be66d4 is #cc66cc. Color #be66d4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100110 11010100
Octal 276 146 324
Decimal 190 102 212
Hex BE 66 D4

RGB Percentages of Color #be66d4

%37.70
%20.24
%42.06

CMYK Percentages of Color #be66d4

%10
%52
%0
%17

Triadic Colors of #be66d4

#be66d4 #d4be66 #66d4be

Analogous Colors of #be66d4

#be66d4 #d466b3 #8766d4

Monochromatic Colors of #be66d4

#be66d4

Complementary Color

#be66d4 #7cd466

#be66d4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be66d4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be66d4 Color CSS Codes

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

#be66d4 Text Font Color

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

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


#be66d4 Background Color

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

This div background color is #be66d4


#be66d4 Border Color

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

This div border color is #be66d4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be66d4


Comments

No comments written yet.

Please login to write comment.