Color Hex Logo

#d44afd Color Hex

#D44AFD
(212,74,253)
0 Favorites   0 Comments

Color spaces of #d44afd

RGB 21274253
HSL0.800.980.64
HSV286°71°99°
CMYK 0.160.710.00   0.01
XYZ47.329825.986595.4498
Yxy25.98650.28040.1540
Hunter Lab50.977076.5195-75.3314
CIE-Lab58.024277.2404-63.7836

#d44afd color RGB value is (212,74,253).

#d44afd hex color red value is 212, green value is 74 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d44afd hue: 0.80 , saturation: 0.98 and the lightness value of d44afd is 0.64.

The process color (four color CMYK) of #d44afd color hex is 0.16, 0.71, 0.00, 0.01. Web safe color of #d44afd is #cc33ff. Color #d44afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01001010 11111101
Octal 324 112 375
Decimal 212 74 253
Hex D4 4A FD

RGB Percentages of Color #d44afd

%39.33
%13.73
%46.94

CMYK Percentages of Color #d44afd

%16
%71
%0
%1

Triadic Colors of #d44afd

#d44afd #fdd44a #4afdd4

Analogous Colors of #d44afd

#d44afd #fd4acd #7b4afd

Monochromatic Colors of #d44afd

#d44afd

Complementary Color

#d44afd #73fd4a

#d44afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d44afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d44afd Color CSS Codes

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

#d44afd Text Font Color

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

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


#d44afd Background Color

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

This div background color is #d44afd


#d44afd Border Color

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

This div border color is #d44afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d44afd

Related Colors


Comments

No comments written yet.

Please login to write comment.