Color Hex Logo

#d444ec Color Hex

#D444EC
(212,68,236)
0 Favorites   0 Comments

Color spaces of #d444ec

RGB 21268236
HSL0.810.820.60
HSV291°71°93°
CMYK 0.100.710.00   0.07
XYZ44.358824.187481.6876
Yxy24.18740.29530.1610
Hunter Lab49.180774.9329-64.0524
CIE-Lab56.274976.3082-57.1189

#d444ec color RGB value is (212,68,236).

#d444ec hex color red value is 212, green value is 68 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d444ec hue: 0.81 , saturation: 0.82 and the lightness value of d444ec is 0.60.

The process color (four color CMYK) of #d444ec color hex is 0.10, 0.71, 0.00, 0.07. Web safe color of #d444ec is #cc33ff. Color #d444ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01000100 11101100
Octal 324 104 354
Decimal 212 68 236
Hex D4 44 EC

RGB Percentages of Color #d444ec

%41.09
%13.18
%45.74

CMYK Percentages of Color #d444ec

%10
%71
%0
%7

Triadic Colors of #d444ec

#d444ec #ecd444 #44ecd4

Analogous Colors of #d444ec

#d444ec #ec44b0 #8044ec

Monochromatic Colors of #d444ec

#d444ec

Complementary Color

#d444ec #5cec44

#d444ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d444ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d444ec Color CSS Codes

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

#d444ec Text Font Color

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

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


#d444ec Background Color

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

This div background color is #d444ec


#d444ec Border Color

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

This div border color is #d444ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d444ec


Comments

No comments written yet.

Please login to write comment.