Color Hex Logo

#d035cd Color Hex

#D035CD
(208,53,205)
0 Favorites   0 Comments

Color spaces of #d035cd

RGB 20853205
HSL0.840.620.51
HSV301°75°82°
CMYK 0.000.750.01   0.18
XYZ38.305020.363959.6693
Yxy20.36390.32370.1721
Hunter Lab45.126472.5465-46.8090
CIE-Lab52.246275.1607-46.0009

#d035cd color RGB value is (208,53,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110101 11001101
Octal 320 65 315
Decimal 208 53 205
Hex D0 35 CD

RGB Percentages of Color #d035cd

%44.64
%11.37
%43.99

CMYK Percentages of Color #d035cd

%0
%75
%1
%18

Triadic Colors of #d035cd

#d035cd #cdd035 #35cdd0

Analogous Colors of #d035cd

#d035cd #d03580 #8635d0

Monochromatic Colors of #d035cd

#d035cd

Complementary Color

#d035cd #35d038

#d035cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d035cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d035cd Color CSS Codes

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

#d035cd Text Font Color

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

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


#d035cd Background Color

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

This div background color is #d035cd


#d035cd Border Color

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

This div border color is #d035cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d035cd


Comments

No comments written yet.

Please login to write comment.