Color Hex Logo

#d43fcb Color Hex

#D43FCB
(212,63,203)
0 Favorites   0 Comments

Color spaces of #d43fcb

RGB 21263203
HSL0.840.630.54
HSV304°70°83°
CMYK 0.000.700.04   0.17
XYZ39.708421.863958.6272
Yxy21.86390.33040.1819
Hunter Lab46.758869.7572-41.6078
CIE-Lab53.882372.5648-42.2216

#d43fcb color RGB value is (212,63,203).

#d43fcb hex color red value is 212, green value is 63 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d43fcb hue: 0.84 , saturation: 0.63 and the lightness value of d43fcb is 0.54.

The process color (four color CMYK) of #d43fcb color hex is 0.00, 0.70, 0.04, 0.17. Web safe color of #d43fcb is #cc33cc. Color #d43fcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00111111 11001011
Octal 324 77 313
Decimal 212 63 203
Hex D4 3F CB

RGB Percentages of Color #d43fcb

%44.35
%13.18
%42.47

CMYK Percentages of Color #d43fcb

%0
%70
%4
%17

Triadic Colors of #d43fcb

#d43fcb #cbd43f #3fcbd4

Analogous Colors of #d43fcb

#d43fcb #d43f81 #933fd4

Monochromatic Colors of #d43fcb

#d43fcb

Complementary Color

#d43fcb #3fd448

#d43fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d43fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d43fcb Color CSS Codes

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

#d43fcb Text Font Color

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

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


#d43fcb Background Color

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

This div background color is #d43fcb


#d43fcb Border Color

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

This div border color is #d43fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d43fcb


Comments

No comments written yet.

Please login to write comment.