Color Hex Logo

#d369cc Color Hex

#D369CC
(211,105,204)
0 Favorites   0 Comments

Color spaces of #d369cc

RGB 211105204
HSL0.840.550.62
HSV304°50°83°
CMYK 0.000.500.03   0.17
XYZ42.814628.311760.3349
Yxy28.31170.32570.2154
Hunter Lab53.208750.5154-29.9845
CIE-Lab60.169354.9685-32.9466

#d369cc color RGB value is (211,105,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01101001 11001100
Octal 323 151 314
Decimal 211 105 204
Hex D3 69 CC

RGB Percentages of Color #d369cc

%40.58
%20.19
%39.23

CMYK Percentages of Color #d369cc

%0
%50
%3
%17

Triadic Colors of #d369cc

#d369cc #ccd369 #69ccd3

Analogous Colors of #d369cc

#d369cc #d36997 #a569d3

Monochromatic Colors of #d369cc

#d369cc

Complementary Color

#d369cc #69d370

#d369cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d369cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d369cc Color CSS Codes

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

#d369cc Text Font Color

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

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


#d369cc Background Color

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

This div background color is #d369cc


#d369cc Border Color

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

This div border color is #d369cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d369cc


Comments

No comments written yet.

Please login to write comment.