Color Hex Logo

#d369cd Color Hex

#D369CD
(211,105,205)
0 Favorites   0 Comments

Color spaces of #d369cd

RGB 211105205
HSL0.840.550.62
HSV303°50°83°
CMYK 0.000.500.03   0.17
XYZ42.935028.359860.9687
Yxy28.35980.32460.2144
Hunter Lab53.253950.7180-30.6015
CIE-Lab60.212455.1416-33.4455

#d369cd color RGB value is (211,105,205).

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

The process color (four color CMYK) of #d369cd color hex is 0.00, 0.50, 0.03, 0.17. Web safe color of #d369cd is #cc66cc. Color #d369cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01101001 11001101
Octal 323 151 315
Decimal 211 105 205
Hex D3 69 CD

RGB Percentages of Color #d369cd

%40.50
%20.15
%39.35

CMYK Percentages of Color #d369cd

%0
%50
%3
%17

Triadic Colors of #d369cd

#d369cd #cdd369 #69cdd3

Analogous Colors of #d369cd

#d369cd #d36998 #a469d3

Monochromatic Colors of #d369cd

#d369cd

Complementary Color

#d369cd #69d36f

#d369cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d369cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d369cd Color CSS Codes

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

#d369cd Text Font Color

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

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


#d369cd Background Color

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

This div background color is #d369cd


#d369cd Border Color

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

This div border color is #d369cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d369cd


Comments

No comments written yet.

Please login to write comment.