Color Hex Logo

#d434be Color Hex

#D434BE
(212,52,190)
0 Favorites   0 Comments

Color spaces of #d434be

RGB 21252190
HSL0.860.650.52
HSV308°75°83°
CMYK 0.000.750.10   0.17
XYZ37.673620.170750.6229
Yxy20.17070.34730.1860
Hunter Lab44.911871.1364-35.3912
CIE-Lab52.029774.0535-37.6458

#d434be color RGB value is (212,52,190).

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

The process color (four color CMYK) of #d434be color hex is 0.00, 0.75, 0.10, 0.17. Web safe color of #d434be is #cc33cc. Color #d434be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00110100 10111110
Octal 324 64 276
Decimal 212 52 190
Hex D4 34 BE

RGB Percentages of Color #d434be

%46.70
%11.45
%41.85

CMYK Percentages of Color #d434be

%0
%75
%10
%17

Triadic Colors of #d434be

#d434be #bed434 #34bed4

Analogous Colors of #d434be

#d434be #d4346e #9a34d4

Monochromatic Colors of #d434be

#d434be

Complementary Color

#d434be #34d44a

#d434be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d434be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d434be Color CSS Codes

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

#d434be Text Font Color

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

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


#d434be Background Color

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

This div background color is #d434be


#d434be Border Color

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

This div border color is #d434be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d434be


Comments

No comments written yet.

Please login to write comment.