Color Hex Logo

#d454be Color Hex

#D454BE
(212,84,190)
0 Favorites   0 Comments

Color spaces of #d454be

RGB 21284190
HSL0.860.600.58
HSV310°60°83°
CMYK 0.000.600.10   0.17
XYZ39.616024.055451.2704
Yxy24.05540.34470.2093
Hunter Lab49.046358.3481-27.6462
CIE-Lab56.143262.5294-31.2113

#d454be color RGB value is (212,84,190).

#d454be hex color red value is 212, green value is 84 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d454be hue: 0.86 , saturation: 0.60 and the lightness value of d454be is 0.58.

The process color (four color CMYK) of #d454be color hex is 0.00, 0.60, 0.10, 0.17. Web safe color of #d454be is #cc66cc. Color #d454be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01010100 10111110
Octal 324 124 276
Decimal 212 84 190
Hex D4 54 BE

RGB Percentages of Color #d454be

%43.62
%17.28
%39.09

CMYK Percentages of Color #d454be

%0
%60
%10
%17

Triadic Colors of #d454be

#d454be #bed454 #54bed4

Analogous Colors of #d454be

#d454be #d4547e #aa54d4

Monochromatic Colors of #d454be

#d454be

Complementary Color

#d454be #54d46a

#d454be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d454be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d454be Color CSS Codes

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

#d454be Text Font Color

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

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


#d454be Background Color

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

This div background color is #d454be


#d454be Border Color

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

This div border color is #d454be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d454be


Comments

No comments written yet.

Please login to write comment.