Color Hex Logo

#d02063 Color Hex

#D02063
(208,32,99)
0 Favorites   0 Comments

Color spaces of #d02063

RGB 2083299
HSL0.940.730.47
HSV337°85°82°
CMYK 0.000.850.52   0.18
XYZ28.781115.343813.2491
Yxy15.34380.50160.2674
Hunter Lab39.171262.60377.3658
CIE-Lab46.101568.07907.9644

#d02063 color RGB value is (208,32,99).

#d02063 hex color red value is 208, green value is 32 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #d02063 hue: 0.94 , saturation: 0.73 and the lightness value of d02063 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100000 01100011
Octal 320 40 143
Decimal 208 32 99
Hex D0 20 63

RGB Percentages of Color #d02063

%61.36
%9.44
%29.20

CMYK Percentages of Color #d02063

%0
%85
%52
%18

Triadic Colors of #d02063

#d02063 #63d020 #2063d0

Analogous Colors of #d02063

#d02063 #d03520 #d020bb

Monochromatic Colors of #d02063

#d02063

Complementary Color

#d02063 #20d08d

#d02063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d02063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d02063 Color CSS Codes

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

#d02063 Text Font Color

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

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


#d02063 Background Color

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

This div background color is #d02063


#d02063 Border Color

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

This div border color is #d02063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d02063


Comments

No comments written yet.

Please login to write comment.