Color Hex Logo

#d042d5 Color Hex

#D042D5
(208,66,213)
0 Favorites   0 Comments

Color spaces of #d042d5

RGB 20866213
HSL0.830.640.55
HSV298°69°84°
CMYK 0.020.690.00   0.16
XYZ39.970922.110465.1118
Yxy22.11040.31430.1738
Hunter Lab47.021769.4464-49.1848
CIE-Lab54.143972.2589-47.5609

#d042d5 color RGB value is (208,66,213).

#d042d5 hex color red value is 208, green value is 66 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #d042d5 hue: 0.83 , saturation: 0.64 and the lightness value of d042d5 is 0.55.

The process color (four color CMYK) of #d042d5 color hex is 0.02, 0.69, 0.00, 0.16. Web safe color of #d042d5 is #cc33cc. Color #d042d5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000010 11010101
Octal 320 102 325
Decimal 208 66 213
Hex D0 42 D5

RGB Percentages of Color #d042d5

%42.71
%13.55
%43.74

CMYK Percentages of Color #d042d5

%2
%69
%0
%16

Triadic Colors of #d042d5

#d042d5 #d5d042 #42d5d0

Analogous Colors of #d042d5

#d042d5 #d54291 #8742d5

Monochromatic Colors of #d042d5

#d042d5

Complementary Color

#d042d5 #47d542

#d042d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d042d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d042d5 Color CSS Codes

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

#d042d5 Text Font Color

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

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


#d042d5 Background Color

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

This div background color is #d042d5


#d042d5 Border Color

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

This div border color is #d042d5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,66,213, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d042d5


Comments

No comments written yet.

Please login to write comment.