Color Hex Logo

#d03063 Color Hex

#D03063
(208,48,99)
0 Favorites   0 Comments

Color spaces of #d03063

RGB 2084899
HSL0.950.630.50
HSV341°77°82°
CMYK 0.000.770.52   0.18
XYZ29.321516.424713.4292
Yxy16.42470.49550.2776
Hunter Lab40.527458.22158.7228
CIE-Lab47.526864.02399.9747

#d03063 color RGB value is (208,48,99).

#d03063 hex color red value is 208, green value is 48 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #d03063 hue: 0.95 , saturation: 0.63 and the lightness value of d03063 is 0.50.

The process color (four color CMYK) of #d03063 color hex is 0.00, 0.77, 0.52, 0.18. Web safe color of #d03063 is #cc3366. Color #d03063 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110000 01100011
Octal 320 60 143
Decimal 208 48 99
Hex D0 30 63

RGB Percentages of Color #d03063

%58.59
%13.52
%27.89

CMYK Percentages of Color #d03063

%0
%77
%52
%18

Triadic Colors of #d03063

#d03063 #63d030 #3063d0

Analogous Colors of #d03063

#d03063 #d04d30 #d030b3

Monochromatic Colors of #d03063

#d03063

Complementary Color

#d03063 #30d09d

#d03063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03063 Color CSS Codes

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

#d03063 Text Font Color

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

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


#d03063 Background Color

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

This div background color is #d03063


#d03063 Border Color

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

This div border color is #d03063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03063


Comments

No comments written yet.

Please login to write comment.