Color Hex Logo

#be35de Color Hex

#BE35DE
(190,53,222)
0 Favorites   0 Comments

Color spaces of #be35de

RGB 19053222
HSL0.800.720.54
HSV289°76°87°
CMYK 0.140.760.00   0.13
XYZ35.693118.767370.8485
Yxy18.76730.28480.1498
Hunter Lab43.321271.2570-66.6393
CIE-Lab50.413874.4660-58.8020

#be35de color RGB value is (190,53,222).

#be35de hex color red value is 190, green value is 53 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #be35de hue: 0.80 , saturation: 0.72 and the lightness value of be35de is 0.54.

The process color (four color CMYK) of #be35de color hex is 0.14, 0.76, 0.00, 0.13. Web safe color of #be35de is #cc33cc. Color #be35de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110101 11011110
Octal 276 65 336
Decimal 190 53 222
Hex BE 35 DE

RGB Percentages of Color #be35de

%40.86
%11.40
%47.74

CMYK Percentages of Color #be35de

%14
%76
%0
%13

Triadic Colors of #be35de

#be35de #debe35 #35debe

Analogous Colors of #be35de

#be35de #de35aa #6a35de

Monochromatic Colors of #be35de

#be35de

Complementary Color

#be35de #55de35

#be35de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be35de Color Preview on White Background

Lorem ipsum dolor sit amet.

#be35de Color CSS Codes

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

#be35de Text Font Color

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

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


#be35de Background Color

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

This div background color is #be35de


#be35de Border Color

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

This div border color is #be35de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be35de


Comments

No comments written yet.

Please login to write comment.