Color Hex Logo

#d936be Color Hex

#D936BE
(217,54,190)
0 Favorites   0 Comments

Color spaces of #d936be

RGB 21754190
HSL0.860.680.53
HSV310°75°85°
CMYK 0.000.750.12   0.15
XYZ39.228721.107850.7218
Yxy21.10780.35320.1901
Hunter Lab45.943272.0119-33.2965
CIE-Lab53.067374.5666-35.9577

#d936be color RGB value is (217,54,190).

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

The process color (four color CMYK) of #d936be color hex is 0.00, 0.75, 0.12, 0.15. Web safe color of #d936be is #cc33cc. Color #d936be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110110 10111110
Octal 331 66 276
Decimal 217 54 190
Hex D9 36 BE

RGB Percentages of Color #d936be

%47.07
%11.71
%41.21

CMYK Percentages of Color #d936be

%0
%75
%12
%15

Triadic Colors of #d936be

#d936be #bed936 #36bed9

Analogous Colors of #d936be

#d936be #d9366d #a336d9

Monochromatic Colors of #d936be

#d936be

Complementary Color

#d936be #36d951

#d936be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d936be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d936be Color CSS Codes

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

#d936be Text Font Color

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

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


#d936be Background Color

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

This div background color is #d936be


#d936be Border Color

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

This div border color is #d936be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d936be


Comments

No comments written yet.

Please login to write comment.