Color Hex Logo

#d335de Color Hex

#D335DE
(211,53,222)
0 Favorites   0 Comments

Color spaces of #d335de

RGB 21153222
HSL0.820.720.54
HSV296°76°87°
CMYK 0.050.760.00   0.13
XYZ41.321921.669071.1119
Yxy21.66900.30810.1616
Hunter Lab46.550076.9900-57.9892
CIE-Lab53.674078.4582-53.3955

#d335de color RGB value is (211,53,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00110101 11011110
Octal 323 65 336
Decimal 211 53 222
Hex D3 35 DE

RGB Percentages of Color #d335de

%43.42
%10.91
%45.68

CMYK Percentages of Color #d335de

%5
%76
%0
%13

Triadic Colors of #d335de

#d335de #ded335 #35ded3

Analogous Colors of #d335de

#d335de #de3595 #7f35de

Monochromatic Colors of #d335de

#d335de

Complementary Color

#d335de #40de35

#d335de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d335de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d335de Color CSS Codes

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

#d335de Text Font Color

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

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


#d335de Background Color

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

This div background color is #d335de


#d335de Border Color

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

This div border color is #d335de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d335de


Comments

No comments written yet.

Please login to write comment.