Color Hex Logo

#d44cea Color Hex

#D44CEA
(212,76,234)
0 Favorites   0 Comments

Color spaces of #d44cea

RGB 21276234
HSL0.810.790.61
HSV292°68°92°
CMYK 0.090.680.00   0.08
XYZ44.587125.106480.3379
Yxy25.10640.29720.1673
Hunter Lab50.106371.1523-59.9882
CIE-Lab57.178973.0758-54.5538

#d44cea color RGB value is (212,76,234).

#d44cea hex color red value is 212, green value is 76 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d44cea hue: 0.81 , saturation: 0.79 and the lightness value of d44cea is 0.61.

The process color (four color CMYK) of #d44cea color hex is 0.09, 0.68, 0.00, 0.08. Web safe color of #d44cea is #cc33ff. Color #d44cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01001100 11101010
Octal 324 114 352
Decimal 212 76 234
Hex D4 4C EA

RGB Percentages of Color #d44cea

%40.61
%14.56
%44.83

CMYK Percentages of Color #d44cea

%9
%68
%0
%8

Triadic Colors of #d44cea

#d44cea #ead44c #4cead4

Analogous Colors of #d44cea

#d44cea #ea4cb1 #854cea

Monochromatic Colors of #d44cea

#d44cea

Complementary Color

#d44cea #62ea4c

#d44cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d44cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d44cea Color CSS Codes

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

#d44cea Text Font Color

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

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


#d44cea Background Color

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

This div background color is #d44cea


#d44cea Border Color

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

This div border color is #d44cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d44cea


Comments

No comments written yet.

Please login to write comment.