Color Hex Logo

#d043ca Color Hex

#D043CA
(208,67,202)
0 Favorites   0 Comments

Color spaces of #d043ca

RGB 20867202
HSL0.840.600.54
HSV303°68°82°
CMYK 0.000.680.03   0.18
XYZ38.680221.688558.0247
Yxy21.68850.32670.1832
Hunter Lab46.570966.7569-41.2723
CIE-Lab53.694970.1180-41.9853

#d043ca color RGB value is (208,67,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000011 11001010
Octal 320 103 312
Decimal 208 67 202
Hex D0 43 CA

RGB Percentages of Color #d043ca

%43.61
%14.05
%42.35

CMYK Percentages of Color #d043ca

%0
%68
%3
%18

Triadic Colors of #d043ca

#d043ca #cad043 #43cad0

Analogous Colors of #d043ca

#d043ca #d04384 #9043d0

Monochromatic Colors of #d043ca

#d043ca

Complementary Color

#d043ca #43d049

#d043ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d043ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d043ca Color CSS Codes

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

#d043ca Text Font Color

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

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


#d043ca Background Color

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

This div background color is #d043ca


#d043ca Border Color

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

This div border color is #d043ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d043ca


Comments

No comments written yet.

Please login to write comment.