Color Hex Logo

#d341de Color Hex

#D341DE
(211,65,222)
0 Favorites   0 Comments

Color spaces of #d341de

RGB 21165222
HSL0.820.700.56
HSV296°71°87°
CMYK 0.050.710.00   0.13
XYZ41.939122.903471.3176
Yxy22.90340.30800.1682
Hunter Lab47.857572.6748-54.8542
CIE-Lab54.972774.7371-51.3236

#d341de color RGB value is (211,65,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01000001 11011110
Octal 323 101 336
Decimal 211 65 222
Hex D3 41 DE

RGB Percentages of Color #d341de

%42.37
%13.05
%44.58

CMYK Percentages of Color #d341de

%5
%71
%0
%13

Triadic Colors of #d341de

#d341de #ded341 #41ded3

Analogous Colors of #d341de

#d341de #de419b #8541de

Monochromatic Colors of #d341de

#d341de

Complementary Color

#d341de #4cde41

#d341de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d341de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d341de Color CSS Codes

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

#d341de Text Font Color

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

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


#d341de Background Color

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

This div background color is #d341de


#d341de Border Color

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

This div border color is #d341de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d341de


Comments

No comments written yet.

Please login to write comment.