Color Hex Logo

#d036cd Color Hex

#D036CD
(208,54,205)
0 Favorites   0 Comments

Color spaces of #d036cd

RGB 20854205
HSL0.840.620.51
HSV301°74°82°
CMYK 0.000.740.01   0.18
XYZ38.351020.456059.6847
Yxy20.45600.32370.1726
Hunter Lab45.228372.2082-46.5811
CIE-Lab52.348974.8657-45.8378

#d036cd color RGB value is (208,54,205).

#d036cd hex color red value is 208, green value is 54 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d036cd hue: 0.84 , saturation: 0.62 and the lightness value of d036cd is 0.51.

The process color (four color CMYK) of #d036cd color hex is 0.00, 0.74, 0.01, 0.18. Web safe color of #d036cd is #cc33cc. Color #d036cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110110 11001101
Octal 320 66 315
Decimal 208 54 205
Hex D0 36 CD

RGB Percentages of Color #d036cd

%44.54
%11.56
%43.90

CMYK Percentages of Color #d036cd

%0
%74
%1
%18

Triadic Colors of #d036cd

#d036cd #cdd036 #36cdd0

Analogous Colors of #d036cd

#d036cd #d03680 #8636d0

Monochromatic Colors of #d036cd

#d036cd

Complementary Color

#d036cd #36d039

#d036cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d036cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d036cd Color CSS Codes

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

#d036cd Text Font Color

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

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


#d036cd Background Color

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

This div background color is #d036cd


#d036cd Border Color

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

This div border color is #d036cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d036cd


Comments

No comments written yet.

Please login to write comment.