Color Hex Logo

#d224ea Color Hex

#D224EA
(210,36,234)
0 Favorites   0 Comments

Color spaces of #d224ea

RGB 21036234
HSL0.810.830.53
HSV293°85°92°
CMYK 0.100.850.00   0.08
XYZ42.060520.903979.6599
Yxy20.90390.29490.1466
Hunter Lab45.720884.1984-71.2972
CIE-Lab52.844284.2787-61.5177

#d224ea color RGB value is (210,36,234).

#d224ea hex color red value is 210, green value is 36 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d224ea hue: 0.81 , saturation: 0.83 and the lightness value of d224ea is 0.53.

The process color (four color CMYK) of #d224ea color hex is 0.10, 0.85, 0.00, 0.08. Web safe color of #d224ea is #cc33ff. Color #d224ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00100100 11101010
Octal 322 44 352
Decimal 210 36 234
Hex D2 24 EA

RGB Percentages of Color #d224ea

%43.75
%7.50
%48.75

CMYK Percentages of Color #d224ea

%10
%85
%0
%8

Triadic Colors of #d224ea

#d224ea #ead224 #24ead2

Analogous Colors of #d224ea

#d224ea #ea249f #6f24ea

Monochromatic Colors of #d224ea

#d224ea

Complementary Color

#d224ea #3cea24

#d224ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d224ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d224ea Color CSS Codes

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

#d224ea Text Font Color

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

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


#d224ea Background Color

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

This div background color is #d224ea


#d224ea Border Color

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

This div border color is #d224ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d224ea


Comments

No comments written yet.

Please login to write comment.