Color Hex Logo

#d743cf Color Hex

#D743CF
(215,67,207)
0 Favorites   0 Comments

Color spaces of #d743cf

RGB 21567207
HSL0.840.650.55
HSV303°69°84°
CMYK 0.000.690.04   0.16
XYZ41.294022.966461.2880
Yxy22.96640.32890.1829
Hunter Lab47.923369.9422-42.2784
CIE-Lab55.037772.4950-42.6547

#d743cf color RGB value is (215,67,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000011 11001111
Octal 327 103 317
Decimal 215 67 207
Hex D7 43 CF

RGB Percentages of Color #d743cf

%43.97
%13.70
%42.33

CMYK Percentages of Color #d743cf

%0
%69
%4
%16

Triadic Colors of #d743cf

#d743cf #cfd743 #43cfd7

Analogous Colors of #d743cf

#d743cf #d74385 #9543d7

Monochromatic Colors of #d743cf

#d743cf

Complementary Color

#d743cf #43d74b

#d743cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d743cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d743cf Color CSS Codes

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

#d743cf Text Font Color

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

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


#d743cf Background Color

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

This div background color is #d743cf


#d743cf Border Color

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

This div border color is #d743cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d743cf


Comments

No comments written yet.

Please login to write comment.