Color Hex Logo

#d43eba Color Hex

#D43EBA
(212,62,186)
0 Favorites   0 Comments

Color spaces of #d43eba

RGB 21262186
HSL0.860.640.54
HSV310°71°83°
CMYK 0.000.710.12   0.17
XYZ37.736920.987548.5164
Yxy20.98750.35190.1957
Hunter Lab45.812166.8649-30.7214
CIE-Lab52.935870.3532-33.9039

#d43eba color RGB value is (212,62,186).

#d43eba hex color red value is 212, green value is 62 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d43eba hue: 0.86 , saturation: 0.64 and the lightness value of d43eba is 0.54.

The process color (four color CMYK) of #d43eba color hex is 0.00, 0.71, 0.12, 0.17. Web safe color of #d43eba is #cc33cc. Color #d43eba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00111110 10111010
Octal 324 76 272
Decimal 212 62 186
Hex D4 3E BA

RGB Percentages of Color #d43eba

%46.09
%13.48
%40.43

CMYK Percentages of Color #d43eba

%0
%71
%12
%17

Triadic Colors of #d43eba

#d43eba #bad43e #3ebad4

Analogous Colors of #d43eba

#d43eba #d43e6f #a33ed4

Monochromatic Colors of #d43eba

#d43eba

Complementary Color

#d43eba #3ed458

#d43eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d43eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d43eba Color CSS Codes

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

#d43eba Text Font Color

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

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


#d43eba Background Color

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

This div background color is #d43eba


#d43eba Border Color

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

This div border color is #d43eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d43eba


Comments

No comments written yet.

Please login to write comment.