Color Hex Logo

#d426cf Color Hex

#D426CF
(212,38,207)
0 Favorites   0 Comments

Color spaces of #d426cf

RGB 21238207
HSL0.840.700.49
HSV302°82°83°
CMYK 0.000.820.02   0.17
XYZ39.107019.888360.8091
Yxy19.88830.32640.1660
Hunter Lab44.596378.4851-49.6272
CIE-Lab51.710780.0286-47.9597

#d426cf color RGB value is (212,38,207).

#d426cf hex color red value is 212, green value is 38 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d426cf hue: 0.84 , saturation: 0.70 and the lightness value of d426cf is 0.49.

The process color (four color CMYK) of #d426cf color hex is 0.00, 0.82, 0.02, 0.17. Web safe color of #d426cf is #cc33cc. Color #d426cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00100110 11001111
Octal 324 46 317
Decimal 212 38 207
Hex D4 26 CF

RGB Percentages of Color #d426cf

%46.39
%8.32
%45.30

CMYK Percentages of Color #d426cf

%0
%82
%2
%17

Triadic Colors of #d426cf

#d426cf #cfd426 #26cfd4

Analogous Colors of #d426cf

#d426cf #d42678 #8226d4

Monochromatic Colors of #d426cf

#d426cf

Complementary Color

#d426cf #26d42b

#d426cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d426cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d426cf Color CSS Codes

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

#d426cf Text Font Color

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

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


#d426cf Background Color

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

This div background color is #d426cf


#d426cf Border Color

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

This div border color is #d426cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d426cf


Comments

No comments written yet.

Please login to write comment.