Color Hex Logo

#d304da Color Hex

#D304DA
(211,4,218)
0 Favorites   0 Comments

Color spaces of #d304da

RGB 2114218
HSL0.830.960.44
HSV298°98°85°
CMYK 0.030.980.00   0.15
XYZ39.562318.997767.9114
Yxy18.99770.31280.1502
Hunter Lab43.586485.7441-61.8686
CIE-Lab50.684585.8894-55.9066

#d304da color RGB value is (211,4,218).

#d304da hex color red value is 211, green value is 4 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d304da hue: 0.83 , saturation: 0.96 and the lightness value of d304da is 0.44.

The process color (four color CMYK) of #d304da color hex is 0.03, 0.98, 0.00, 0.15. Web safe color of #d304da is #cc00cc. Color #d304da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00000100 11011010
Octal 323 4 332
Decimal 211 4 218
Hex D3 4 DA

RGB Percentages of Color #d304da

%48.73
%0.92
%50.35

CMYK Percentages of Color #d304da

%3
%98
%0
%15

Triadic Colors of #d304da

#d304da #dad304 #04dad3

Analogous Colors of #d304da

#d304da #da0476 #6804da

Monochromatic Colors of #d304da

#d304da

Complementary Color

#d304da #0bda04

#d304da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d304da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d304da Color CSS Codes

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

#d304da Text Font Color

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

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


#d304da Background Color

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

This div background color is #d304da


#d304da Border Color

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

This div border color is #d304da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,4,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d304da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d304da;
  -webkit-box-shadow: 1px 1px 3px 2px #d304da;
  box-shadow:         1px 1px 3px 2px #d304da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d304da


Comments

No comments written yet.

Please login to write comment.