Color Hex Logo

#d036fd Color Hex

#D036FD
(208,54,253)
0 Favorites   0 Comments

Color spaces of #d036fd

RGB 20854253
HSL0.800.980.60
HSV286°79°99°
CMYK 0.180.790.00   0.01
XYZ45.061223.140195.0200
Yxy23.14010.27610.1418
Hunter Lab48.104283.0262-83.4425
CIE-Lab55.216482.9074-68.3371

#d036fd color RGB value is (208,54,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110110 11111101
Octal 320 66 375
Decimal 208 54 253
Hex D0 36 FD

RGB Percentages of Color #d036fd

%40.39
%10.49
%49.13

CMYK Percentages of Color #d036fd

%18
%79
%0
%1

Triadic Colors of #d036fd

#d036fd #fdd036 #36fdd0

Analogous Colors of #d036fd

#d036fd #fd36c7 #6d36fd

Monochromatic Colors of #d036fd

#d036fd

Complementary Color

#d036fd #63fd36

#d036fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d036fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d036fd Color CSS Codes

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

#d036fd Text Font Color

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

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


#d036fd Background Color

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

This div background color is #d036fd


#d036fd Border Color

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

This div border color is #d036fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d036fd

Related Colors


Comments

No comments written yet.

Please login to write comment.