Color Hex Logo

#d304ec Color Hex

#D304EC
(211,4,236)
0 Favorites   0 Comments

Color spaces of #d304ec

RGB 2114236
HSL0.820.970.47
HSV294°98°93°
CMYK 0.110.980.00   0.07
XYZ42.047719.991880.9995
Yxy19.99180.29400.1398
Hunter Lab44.712289.6165-76.1098
CIE-Lab51.827988.6203-64.2744

#d304ec color RGB value is (211,4,236).

#d304ec hex color red value is 211, green value is 4 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d304ec hue: 0.82 , saturation: 0.97 and the lightness value of d304ec is 0.47.

The process color (four color CMYK) of #d304ec color hex is 0.11, 0.98, 0.00, 0.07. Web safe color of #d304ec is #cc00ff. Color #d304ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00000100 11101100
Octal 323 4 354
Decimal 211 4 236
Hex D3 4 EC

RGB Percentages of Color #d304ec

%46.78
%0.89
%52.33

CMYK Percentages of Color #d304ec

%11
%98
%0
%7

Triadic Colors of #d304ec

#d304ec #ecd304 #04ecd3

Analogous Colors of #d304ec

#d304ec #ec0491 #5f04ec

Monochromatic Colors of #d304ec

#d304ec

Complementary Color

#d304ec #1dec04

#d304ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d304ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d304ec Color CSS Codes

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

#d304ec Text Font Color

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

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


#d304ec Background Color

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

This div background color is #d304ec


#d304ec Border Color

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

This div border color is #d304ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d304ec


Comments

No comments written yet.

Please login to write comment.