Color Hex Logo

#d03acc Color Hex

#D03ACC
(208,58,204)
0 Favorites   0 Comments

Color spaces of #d03acc

RGB 20858204
HSL0.840.610.52
HSV302°72°82°
CMYK 0.000.720.02   0.18
XYZ38.424620.795659.1155
Yxy20.79560.32470.1757
Hunter Lab45.602270.6010-44.9379
CIE-Lab52.725173.4805-44.6673

#d03acc color RGB value is (208,58,204).

#d03acc hex color red value is 208, green value is 58 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d03acc hue: 0.84 , saturation: 0.61 and the lightness value of d03acc is 0.52.

The process color (four color CMYK) of #d03acc color hex is 0.00, 0.72, 0.02, 0.18. Web safe color of #d03acc is #cc33cc. Color #d03acc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111010 11001100
Octal 320 72 314
Decimal 208 58 204
Hex D0 3A CC

RGB Percentages of Color #d03acc

%44.26
%12.34
%43.40

CMYK Percentages of Color #d03acc

%0
%72
%2
%18

Triadic Colors of #d03acc

#d03acc #ccd03a #3accd0

Analogous Colors of #d03acc

#d03acc #d03a81 #893ad0

Monochromatic Colors of #d03acc

#d03acc

Complementary Color

#d03acc #3ad03e

#d03acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03acc Color CSS Codes

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

#d03acc Text Font Color

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

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


#d03acc Background Color

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

This div background color is #d03acc


#d03acc Border Color

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

This div border color is #d03acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03acc


Comments

No comments written yet.

Please login to write comment.