Color Hex Logo

#d368cf Color Hex

#D368CF
(211,104,207)
0 Favorites   0 Comments

Color spaces of #d368cf

RGB 211104207
HSL0.840.550.62
HSV302°51°83°
CMYK 0.000.510.02   0.17
XYZ43.076828.254562.2148
Yxy28.25450.32260.2116
Hunter Lab53.155051.6353-32.1870
CIE-Lab60.118055.9705-34.7238

#d368cf color RGB value is (211,104,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01101000 11001111
Octal 323 150 317
Decimal 211 104 207
Hex D3 68 CF

RGB Percentages of Color #d368cf

%40.42
%19.92
%39.66

CMYK Percentages of Color #d368cf

%0
%51
%2
%17

Triadic Colors of #d368cf

#d368cf #cfd368 #68cfd3

Analogous Colors of #d368cf

#d368cf #d3689a #a268d3

Monochromatic Colors of #d368cf

#d368cf

Complementary Color

#d368cf #68d36c

#d368cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d368cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d368cf Color CSS Codes

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

#d368cf Text Font Color

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

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


#d368cf Background Color

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

This div background color is #d368cf


#d368cf Border Color

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

This div border color is #d368cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d368cf


Comments

No comments written yet.

Please login to write comment.