Color Hex Logo

#d03dae Color Hex

#D03DAE
(208,61,174)
0 Favorites   0 Comments

Color spaces of #d03dae

RGB 20861174
HSL0.870.610.53
HSV314°71°82°
CMYK 0.000.710.16   0.18
XYZ35.321119.803442.0052
Yxy19.80340.36360.2039
Hunter Lab44.501063.8013-24.8140
CIE-Lab51.614268.0344-29.0181

#d03dae color RGB value is (208,61,174).

#d03dae hex color red value is 208, green value is 61 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d03dae hue: 0.87 , saturation: 0.61 and the lightness value of d03dae is 0.53.

The process color (four color CMYK) of #d03dae color hex is 0.00, 0.71, 0.16, 0.18. Web safe color of #d03dae is #cc3399. Color #d03dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111101 10101110
Octal 320 75 256
Decimal 208 61 174
Hex D0 3D AE

RGB Percentages of Color #d03dae

%46.95
%13.77
%39.28

CMYK Percentages of Color #d03dae

%0
%71
%16
%18

Triadic Colors of #d03dae

#d03dae #aed03d #3daed0

Analogous Colors of #d03dae

#d03dae #d03d65 #a93dd0

Monochromatic Colors of #d03dae

#d03dae

Complementary Color

#d03dae #3dd05f

#d03dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03dae Color CSS Codes

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

#d03dae Text Font Color

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

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


#d03dae Background Color

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

This div background color is #d03dae


#d03dae Border Color

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

This div border color is #d03dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03dae


Comments

No comments written yet.

Please login to write comment.