Color Hex Logo

#d143de Color Hex

#D143DE
(209,67,222)
0 Favorites   0 Comments

Color spaces of #d143de

RGB 20967222
HSL0.820.700.57
HSV295°70°87°
CMYK 0.060.700.00   0.13
XYZ41.486522.843571.3299
Yxy22.84350.30580.1684
Hunter Lab47.794971.2990-55.0290
CIE-Lab54.910873.6297-51.4403

#d143de color RGB value is (209,67,222).

#d143de hex color red value is 209, green value is 67 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d143de hue: 0.82 , saturation: 0.70 and the lightness value of d143de is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000011 11011110
Octal 321 103 336
Decimal 209 67 222
Hex D1 43 DE

RGB Percentages of Color #d143de

%41.97
%13.45
%44.58

CMYK Percentages of Color #d143de

%6
%70
%0
%13

Triadic Colors of #d143de

#d143de #ded143 #43ded1

Analogous Colors of #d143de

#d143de #de439e #8443de

Monochromatic Colors of #d143de

#d143de

Complementary Color

#d143de #50de43

#d143de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d143de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d143de Color CSS Codes

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

#d143de Text Font Color

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

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


#d143de Background Color

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

This div background color is #d143de


#d143de Border Color

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

This div border color is #d143de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d143de


Comments

No comments written yet.

Please login to write comment.