Color Hex Logo

#d636eb Color Hex

#D636EB
(214,54,235)
0 Favorites   0 Comments

Color spaces of #d636eb

RGB 21454235
HSL0.810.820.57
HSV293°77°92°
CMYK 0.090.770.00   0.08
XYZ44.046122.932680.7022
Yxy22.93260.29830.1553
Hunter Lab47.888080.3755-66.3956
CIE-Lab55.002880.8779-58.5785

#d636eb color RGB value is (214,54,235).

#d636eb hex color red value is 214, green value is 54 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d636eb hue: 0.81 , saturation: 0.82 and the lightness value of d636eb is 0.57.

The process color (four color CMYK) of #d636eb color hex is 0.09, 0.77, 0.00, 0.08. Web safe color of #d636eb is #cc33ff. Color #d636eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00110110 11101011
Octal 326 66 353
Decimal 214 54 235
Hex D6 36 EB

RGB Percentages of Color #d636eb

%42.54
%10.74
%46.72

CMYK Percentages of Color #d636eb

%9
%77
%0
%8

Triadic Colors of #d636eb

#d636eb #ebd636 #36ebd6

Analogous Colors of #d636eb

#d636eb #eb36a6 #7c36eb

Monochromatic Colors of #d636eb

#d636eb

Complementary Color

#d636eb #4beb36

#d636eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d636eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d636eb Color CSS Codes

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

#d636eb Text Font Color

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

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


#d636eb Background Color

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

This div background color is #d636eb


#d636eb Border Color

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

This div border color is #d636eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,54,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d636eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d636eb;
  -webkit-box-shadow: 1px 1px 3px 2px #d636eb;
  box-shadow:         1px 1px 3px 2px #d636eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,54,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d636eb


Comments

No comments written yet.

Please login to write comment.