Color Hex Logo

#d746cf Color Hex

#D746CF
(215,70,207)
0 Favorites   0 Comments

Color spaces of #d746cf

RGB 21570207
HSL0.840.640.56
HSV303°67°84°
CMYK 0.000.670.04   0.16
XYZ41.477023.332461.3490
Yxy23.33240.32880.1849
Hunter Lab48.303668.7417-41.4899
CIE-Lab55.413171.4356-42.0622

#d746cf color RGB value is (215,70,207).

#d746cf hex color red value is 215, green value is 70 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d746cf hue: 0.84 , saturation: 0.64 and the lightness value of d746cf is 0.56.

The process color (four color CMYK) of #d746cf color hex is 0.00, 0.67, 0.04, 0.16. Web safe color of #d746cf is #cc33cc. Color #d746cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000110 11001111
Octal 327 106 317
Decimal 215 70 207
Hex D7 46 CF

RGB Percentages of Color #d746cf

%43.70
%14.23
%42.07

CMYK Percentages of Color #d746cf

%0
%67
%4
%16

Triadic Colors of #d746cf

#d746cf #cfd746 #46cfd7

Analogous Colors of #d746cf

#d746cf #d74687 #9746d7

Monochromatic Colors of #d746cf

#d746cf

Complementary Color

#d746cf #46d74e

#d746cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d746cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d746cf Color CSS Codes

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

#d746cf Text Font Color

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

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


#d746cf Background Color

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

This div background color is #d746cf


#d746cf Border Color

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

This div border color is #d746cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d746cf


Comments

No comments written yet.

Please login to write comment.