Color Hex Logo

#d430cd Color Hex

#D430CD
(212,48,205)
0 Favorites   0 Comments

Color spaces of #d430cd

RGB 21248205
HSL0.840.660.51
HSV303°77°83°
CMYK 0.000.770.03   0.17
XYZ39.227820.518759.6506
Yxy20.51870.32850.1719
Hunter Lab45.297675.3107-46.3684
CIE-Lab52.418777.3595-45.6864

#d430cd color RGB value is (212,48,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00110000 11001101
Octal 324 60 315
Decimal 212 48 205
Hex D4 30 CD

RGB Percentages of Color #d430cd

%45.59
%10.32
%44.09

CMYK Percentages of Color #d430cd

%0
%77
%3
%17

Triadic Colors of #d430cd

#d430cd #cdd430 #30cdd4

Analogous Colors of #d430cd

#d430cd #d4307b #8930d4

Monochromatic Colors of #d430cd

#d430cd

Complementary Color

#d430cd #30d437

#d430cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d430cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d430cd Color CSS Codes

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

#d430cd Text Font Color

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

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


#d430cd Background Color

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

This div background color is #d430cd


#d430cd Border Color

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

This div border color is #d430cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d430cd


Comments

No comments written yet.

Please login to write comment.