Color Hex Logo

#be5fcc Color Hex

#BE5FCC
(190,95,204)
0 Favorites   0 Comments

Color spaces of #be5fcc

RGB 19095204
HSL0.810.520.59
HSV292°53°80°
CMYK 0.070.530.00   0.20
XYZ36.226523.491259.7516
Yxy23.49120.30320.1966
Hunter Lab48.467748.5987-39.1660
CIE-Lab55.574754.0088-40.3372

#be5fcc color RGB value is (190,95,204).

#be5fcc hex color red value is 190, green value is 95 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #be5fcc hue: 0.81 , saturation: 0.52 and the lightness value of be5fcc is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01011111 11001100
Octal 276 137 314
Decimal 190 95 204
Hex BE 5F CC

RGB Percentages of Color #be5fcc

%38.85
%19.43
%41.72

CMYK Percentages of Color #be5fcc

%7
%53
%0
%20

Triadic Colors of #be5fcc

#be5fcc #ccbe5f #5fccbe

Analogous Colors of #be5fcc

#be5fcc #cc5fa4 #885fcc

Monochromatic Colors of #be5fcc

#be5fcc

Complementary Color

#be5fcc #6dcc5f

#be5fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be5fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be5fcc Color CSS Codes

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

#be5fcc Text Font Color

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

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


#be5fcc Background Color

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

This div background color is #be5fcc


#be5fcc Border Color

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

This div border color is #be5fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be5fcc


Comments

No comments written yet.

Please login to write comment.