Color Hex Logo

#d430ce Color Hex

#D430CE
(212,48,206)
0 Favorites   0 Comments

Color spaces of #d430ce

RGB 21248206
HSL0.840.660.51
HSV302°77°83°
CMYK 0.000.770.03   0.17
XYZ39.348920.567260.2885
Yxy20.56720.32730.1711
Hunter Lab45.351175.5113-47.0728
CIE-Lab52.472577.5100-46.1748

#d430ce color RGB value is (212,48,206).

#d430ce hex color red value is 212, green value is 48 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d430ce hue: 0.84 , saturation: 0.66 and the lightness value of d430ce is 0.51.

The process color (four color CMYK) of #d430ce color hex is 0.00, 0.77, 0.03, 0.17. Web safe color of #d430ce is #cc33cc. Color #d430ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00110000 11001110
Octal 324 60 316
Decimal 212 48 206
Hex D4 30 CE

RGB Percentages of Color #d430ce

%45.49
%10.30
%44.21

CMYK Percentages of Color #d430ce

%0
%77
%3
%17

Triadic Colors of #d430ce

#d430ce #ced430 #30ced4

Analogous Colors of #d430ce

#d430ce #d4307c #8830d4

Monochromatic Colors of #d430ce

#d430ce

Complementary Color

#d430ce #30d436

#d430ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d430ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d430ce Color CSS Codes

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

#d430ce Text Font Color

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

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


#d430ce Background Color

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

This div background color is #d430ce


#d430ce Border Color

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

This div border color is #d430ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d430ce


Comments

No comments written yet.

Please login to write comment.