Color Hex Logo

#d035dc Color Hex

#D035DC
(208,53,220)
0 Favorites   0 Comments

Color spaces of #d035dc

RGB 20853220
HSL0.820.700.54
HSV296°76°86°
CMYK 0.050.760.00   0.14
XYZ40.203821.123469.6684
Yxy21.12340.30690.1613
Hunter Lab45.960275.7130-57.7021
CIE-Lab53.084377.5526-53.2302

#d035dc color RGB value is (208,53,220).

#d035dc hex color red value is 208, green value is 53 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d035dc hue: 0.82 , saturation: 0.70 and the lightness value of d035dc is 0.54.

The process color (four color CMYK) of #d035dc color hex is 0.05, 0.76, 0.00, 0.14. Web safe color of #d035dc is #cc33cc. Color #d035dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110101 11011100
Octal 320 65 334
Decimal 208 53 220
Hex D0 35 DC

RGB Percentages of Color #d035dc

%43.24
%11.02
%45.74

CMYK Percentages of Color #d035dc

%5
%76
%0
%14

Triadic Colors of #d035dc

#d035dc #dcd035 #35dcd0

Analogous Colors of #d035dc

#d035dc #dc3595 #7d35dc

Monochromatic Colors of #d035dc

#d035dc

Complementary Color

#d035dc #41dc35

#d035dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d035dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d035dc Color CSS Codes

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

#d035dc Text Font Color

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

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


#d035dc Background Color

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

This div background color is #d035dc


#d035dc Border Color

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

This div border color is #d035dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d035dc


Comments

No comments written yet.

Please login to write comment.