Color Hex Logo

#d743dd Color Hex

#D743DD
(215,67,221)
0 Favorites   0 Comments

Color spaces of #d743dd

RGB 21567221
HSL0.830.690.56
HSV298°70°87°
CMYK 0.030.700.00   0.13
XYZ43.082623.681870.7070
Yxy23.68180.31340.1723
Hunter Lab48.663972.8656-52.0815
CIE-Lab55.767874.7386-49.4556

#d743dd color RGB value is (215,67,221).

#d743dd hex color red value is 215, green value is 67 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d743dd hue: 0.83 , saturation: 0.69 and the lightness value of d743dd is 0.56.

The process color (four color CMYK) of #d743dd color hex is 0.03, 0.70, 0.00, 0.13. Web safe color of #d743dd is #cc33cc. Color #d743dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000011 11011101
Octal 327 103 335
Decimal 215 67 221
Hex D7 43 DD

RGB Percentages of Color #d743dd

%42.74
%13.32
%43.94

CMYK Percentages of Color #d743dd

%3
%70
%0
%13

Triadic Colors of #d743dd

#d743dd #ddd743 #43ddd7

Analogous Colors of #d743dd

#d743dd #dd4396 #8a43dd

Monochromatic Colors of #d743dd

#d743dd

Complementary Color

#d743dd #49dd43

#d743dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d743dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d743dd Color CSS Codes

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

#d743dd Text Font Color

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

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


#d743dd Background Color

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

This div background color is #d743dd


#d743dd Border Color

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

This div border color is #d743dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,67,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d743dd


Comments

No comments written yet.

Please login to write comment.