Color Hex Logo

#d143ca Color Hex

#D143CA
(209,67,202)
0 Favorites   0 Comments

Color spaces of #d143ca

RGB 20967202
HSL0.840.610.54
HSV303°68°82°
CMYK 0.000.680.03   0.18
XYZ38.962321.833958.0379
Yxy21.83390.32790.1837
Hunter Lab46.726867.0673-40.9336
CIE-Lab53.850370.3468-41.7297

#d143ca color RGB value is (209,67,202).

#d143ca hex color red value is 209, green value is 67 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d143ca hue: 0.84 , saturation: 0.61 and the lightness value of d143ca is 0.54.

The process color (four color CMYK) of #d143ca color hex is 0.00, 0.68, 0.03, 0.18. Web safe color of #d143ca is #cc33cc. Color #d143ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000011 11001010
Octal 321 103 312
Decimal 209 67 202
Hex D1 43 CA

RGB Percentages of Color #d143ca

%43.72
%14.02
%42.26

CMYK Percentages of Color #d143ca

%0
%68
%3
%18

Triadic Colors of #d143ca

#d143ca #cad143 #43cad1

Analogous Colors of #d143ca

#d143ca #d14383 #9143d1

Monochromatic Colors of #d143ca

#d143ca

Complementary Color

#d143ca #43d14a

#d143ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d143ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d143ca Color CSS Codes

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

#d143ca Text Font Color

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

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


#d143ca Background Color

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

This div background color is #d143ca


#d143ca Border Color

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

This div border color is #d143ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d143ca


Comments

No comments written yet.

Please login to write comment.