Color Hex Logo

#d036fb Color Hex

#D036FB
(208,54,251)
0 Favorites   0 Comments

Color spaces of #d036fb

RGB 20854251
HSL0.800.960.60
HSV287°78°98°
CMYK 0.170.780.00   0.02
XYZ44.744223.013393.3505
Yxy23.01330.27770.1428
Hunter Lab47.972282.5377-81.7937
CIE-Lab55.086082.5527-67.4358

#d036fb color RGB value is (208,54,251).

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

The process color (four color CMYK) of #d036fb color hex is 0.17, 0.78, 0.00, 0.02. Web safe color of #d036fb is #cc33ff. Color #d036fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110110 11111011
Octal 320 66 373
Decimal 208 54 251
Hex D0 36 FB

RGB Percentages of Color #d036fb

%40.55
%10.53
%48.93

CMYK Percentages of Color #d036fb

%17
%78
%0
%2

Triadic Colors of #d036fb

#d036fb #fbd036 #36fbd0

Analogous Colors of #d036fb

#d036fb #fb36c4 #6e36fb

Monochromatic Colors of #d036fb

#d036fb

Complementary Color

#d036fb #61fb36

#d036fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d036fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d036fb Color CSS Codes

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

#d036fb Text Font Color

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

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


#d036fb Background Color

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

This div background color is #d036fb


#d036fb Border Color

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

This div border color is #d036fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d036fb


Comments

No comments written yet.

Please login to write comment.