color codes Logo

#d936fb color codes

#D936FB
(217,54,251)
0 Favorites   0 Comments

Color spaces of #d936fb

RGB 21754251
HSL0.800.960.60
HSV290°78°98°
CMYK 0.140.780.00   0.02
XYZ47.347024.355193.4723
Yxy24.35510.28660.1475
Hunter Lab49.350984.8880-77.7517
CIE-Lab56.441684.1101-65.1812

#d936fb color RGB value is (217,54,251).

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

The process color (four color CMYK) of #d936fb color code is 0.14, 0.78, 0.00, 0.02. Web safe color of #d936fb is #cc33ff. Color #d936fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110110 11111011
Octal 331 66 373
Decimal 217 54 251
Hex D9 36 FB

RGB Percentages of Color #d936fb

%41.57
%10.34
%48.08

CMYK Percentages of Color #d936fb

%14
%78
%0
%2

Triadic Colors of #d936fb

#d936fb #fbd936 #36fbd9

Analogous Colors of #d936fb

#d936fb #fb36bb #7736fb

Monochromatic Colors of #d936fb

#d936fb

Complementary Color

#d936fb #58fb36

#d936fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d936fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d936fb Color CSS Codes

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

#d936fb Text Font Color

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

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


#d936fb Background Color

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

This div background color is #d936fb


#d936fb Border Color

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

This div border color is #d936fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d936fb

Related Colors


Comments

No comments written yet.

Please login to write comment.