Color Hex Logo

#d936ff Color Hex

#D936FF
(217,54,255)
0 Favorites   0 Comments

Color spaces of #d936ff

RGB 21754255
HSL0.801.000.61
HSV289°79°100°
CMYK 0.150.790.00   0.00
XYZ47.984424.610096.8289
Yxy24.61000.28320.1453
Hunter Lab49.608585.8415-81.0000
CIE-Lab56.693484.7953-66.9956

#d936ff color RGB value is (217,54,255).

#d936ff hex color red value is 217, green value is 54 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d936ff hue: 0.80 , saturation: 1.00 and the lightness value of d936ff is 0.61.

The process color (four color CMYK) of #d936ff color hex is 0.15, 0.79, 0.00, 0.00. Web safe color of #d936ff is #cc33ff. Color #d936ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110110 11111111
Octal 331 66 377
Decimal 217 54 255
Hex D9 36 FF

RGB Percentages of Color #d936ff

%41.25
%10.27
%48.48

CMYK Percentages of Color #d936ff

%15
%79
%0
%0

Triadic Colors of #d936ff

#d936ff #ffd936 #36ffd9

Analogous Colors of #d936ff

#d936ff #ff36c1 #7536ff

Monochromatic Colors of #d936ff

#d936ff

Complementary Color

#d936ff #5cff36

#d936ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d936ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d936ff Color CSS Codes

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

#d936ff Text Font Color

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

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


#d936ff Background Color

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

This div background color is #d936ff


#d936ff Border Color

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

This div border color is #d936ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d936ff


Comments

No comments written yet.

Please login to write comment.