Color Hex Logo

#d636be Color Hex

#D636BE
(214,54,190)
0 Favorites   0 Comments

Color spaces of #d636be

RGB 21454190
HSL0.860.660.53
HSV309°75°84°
CMYK 0.000.750.11   0.16
XYZ38.345020.652250.6805
Yxy20.65220.34960.1883
Hunter Lab45.444771.0853-34.3097
CIE-Lab52.566773.9075-36.7786

#d636be color RGB value is (214,54,190).

#d636be hex color red value is 214, green value is 54 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d636be hue: 0.86 , saturation: 0.66 and the lightness value of d636be is 0.53.

The process color (four color CMYK) of #d636be color hex is 0.00, 0.75, 0.11, 0.16. Web safe color of #d636be is #cc33cc. Color #d636be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00110110 10111110
Octal 326 66 276
Decimal 214 54 190
Hex D6 36 BE

RGB Percentages of Color #d636be

%46.72
%11.79
%41.48

CMYK Percentages of Color #d636be

%0
%75
%11
%16

Triadic Colors of #d636be

#d636be #bed636 #36bed6

Analogous Colors of #d636be

#d636be #d6366e #9e36d6

Monochromatic Colors of #d636be

#d636be

Complementary Color

#d636be #36d64e

#d636be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d636be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d636be Color CSS Codes

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

#d636be Text Font Color

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

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


#d636be Background Color

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

This div background color is #d636be


#d636be Border Color

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

This div border color is #d636be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d636be


Comments

No comments written yet.

Please login to write comment.