Color Hex Logo

#d368c4 Color Hex

#D368C4
(211,104,196)
0 Favorites   0 Comments

Color spaces of #d368c4

RGB 211104196
HSL0.860.550.62
HSV308°51°83°
CMYK 0.000.510.07   0.17
XYZ41.778127.735055.3760
Yxy27.73500.33450.2221
Hunter Lab52.664049.4411-25.4784
CIE-Lab59.648654.0947-29.2147

#d368c4 color RGB value is (211,104,196).

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

The process color (four color CMYK) of #d368c4 color hex is 0.00, 0.51, 0.07, 0.17. Web safe color of #d368c4 is #cc66cc. Color #d368c4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01101000 11000100
Octal 323 150 304
Decimal 211 104 196
Hex D3 68 C4

RGB Percentages of Color #d368c4

%41.29
%20.35
%38.36

CMYK Percentages of Color #d368c4

%0
%51
%7
%17

Triadic Colors of #d368c4

#d368c4 #c4d368 #68c4d3

Analogous Colors of #d368c4

#d368c4 #d3688f #ad68d3

Monochromatic Colors of #d368c4

#d368c4

Complementary Color

#d368c4 #68d377

#d368c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d368c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d368c4 Color CSS Codes

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

#d368c4 Text Font Color

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

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


#d368c4 Background Color

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

This div background color is #d368c4


#d368c4 Border Color

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

This div border color is #d368c4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d368c4


Comments

No comments written yet.

Please login to write comment.