Color Hex Logo

#d369dd Color Hex

#D369DD
(211,105,221)
0 Favorites   0 Comments

Color spaces of #d369dd

RGB 211105221
HSL0.820.630.64
HSV295°52°87°
CMYK 0.050.520.00   0.13
XYZ44.966729.172571.6675
Yxy29.17250.30840.2001
Hunter Lab54.011654.0878-40.8633
CIE-Lab60.933657.9915-41.3298

#d369dd color RGB value is (211,105,221).

#d369dd hex color red value is 211, green value is 105 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d369dd hue: 0.82 , saturation: 0.63 and the lightness value of d369dd is 0.64.

The process color (four color CMYK) of #d369dd color hex is 0.05, 0.52, 0.00, 0.13. Web safe color of #d369dd is #cc66cc. Color #d369dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01101001 11011101
Octal 323 151 335
Decimal 211 105 221
Hex D3 69 DD

RGB Percentages of Color #d369dd

%39.29
%19.55
%41.15

CMYK Percentages of Color #d369dd

%5
%52
%0
%13

Triadic Colors of #d369dd

#d369dd #ddd369 #69ddd3

Analogous Colors of #d369dd

#d369dd #dd69ad #9969dd

Monochromatic Colors of #d369dd

#d369dd

Complementary Color

#d369dd #73dd69

#d369dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d369dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d369dd Color CSS Codes

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

#d369dd Text Font Color

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

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


#d369dd Background Color

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

This div background color is #d369dd


#d369dd Border Color

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

This div border color is #d369dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d369dd


Comments

No comments written yet.

Please login to write comment.