Color Hex Logo

#d44cef Color Hex

#D44CEF
(212,76,239)
0 Favorites   0 Comments

Color spaces of #d44cef

RGB 21276239
HSL0.810.840.62
HSV290°68°94°
CMYK 0.110.680.00   0.06
XYZ45.315825.397984.1752
Yxy25.39790.29260.1640
Hunter Lab50.396372.3116-63.7526
CIE-Lab57.461173.9648-56.9002

#d44cef color RGB value is (212,76,239).

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

The process color (four color CMYK) of #d44cef color hex is 0.11, 0.68, 0.00, 0.06. Web safe color of #d44cef is #cc33ff. Color #d44cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01001100 11101111
Octal 324 114 357
Decimal 212 76 239
Hex D4 4C EF

RGB Percentages of Color #d44cef

%40.23
%14.42
%45.35

CMYK Percentages of Color #d44cef

%11
%68
%0
%6

Triadic Colors of #d44cef

#d44cef #efd44c #4cefd4

Analogous Colors of #d44cef

#d44cef #ef4cb9 #834cef

Monochromatic Colors of #d44cef

#d44cef

Complementary Color

#d44cef #67ef4c

#d44cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d44cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d44cef Color CSS Codes

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

#d44cef Text Font Color

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

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


#d44cef Background Color

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

This div background color is #d44cef


#d44cef Border Color

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

This div border color is #d44cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d44cef


Comments

No comments written yet.

Please login to write comment.