Color Hex Logo

#d43bea Color Hex

#D43BEA
(212,59,234)
0 Favorites   0 Comments

Color spaces of #d43bea

RGB 21259234
HSL0.810.810.57
HSV292°75°92°
CMYK 0.090.750.00   0.08
XYZ43.566623.065579.9978
Yxy23.06550.29710.1573
Hunter Lab48.026677.8772-65.1407
CIE-Lab55.139778.8786-57.8143

#d43bea color RGB value is (212,59,234).

#d43bea hex color red value is 212, green value is 59 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d43bea hue: 0.81 , saturation: 0.81 and the lightness value of d43bea is 0.57.

The process color (four color CMYK) of #d43bea color hex is 0.09, 0.75, 0.00, 0.08. Web safe color of #d43bea is #cc33ff. Color #d43bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00111011 11101010
Octal 324 73 352
Decimal 212 59 234
Hex D4 3B EA

RGB Percentages of Color #d43bea

%41.98
%11.68
%46.34

CMYK Percentages of Color #d43bea

%9
%75
%0
%8

Triadic Colors of #d43bea

#d43bea #ead43b #3bead4

Analogous Colors of #d43bea

#d43bea #ea3ba9 #7d3bea

Monochromatic Colors of #d43bea

#d43bea

Complementary Color

#d43bea #51ea3b

#d43bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d43bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d43bea Color CSS Codes

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

#d43bea Text Font Color

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

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


#d43bea Background Color

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

This div background color is #d43bea


#d43bea Border Color

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

This div border color is #d43bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d43bea


Comments

No comments written yet.

Please login to write comment.