Color Hex Logo

#d53fcb Color Hex

#D53FCB
(213,63,203)
0 Favorites   0 Comments

Color spaces of #d53fcb

RGB 21363203
HSL0.840.640.54
HSV304°70°84°
CMYK 0.000.700.05   0.16
XYZ39.997622.012958.6407
Yxy22.01290.33150.1825
Hunter Lab46.917970.0652-41.2615
CIE-Lab54.040772.7874-41.9610

#d53fcb color RGB value is (213,63,203).

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

The process color (four color CMYK) of #d53fcb color hex is 0.00, 0.70, 0.05, 0.16. Web safe color of #d53fcb is #cc33cc. Color #d53fcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00111111 11001011
Octal 325 77 313
Decimal 213 63 203
Hex D5 3F CB

RGB Percentages of Color #d53fcb

%44.47
%13.15
%42.38

CMYK Percentages of Color #d53fcb

%0
%70
%5
%16

Triadic Colors of #d53fcb

#d53fcb #cbd53f #3fcbd5

Analogous Colors of #d53fcb

#d53fcb #d53f80 #943fd5

Monochromatic Colors of #d53fcb

#d53fcb

Complementary Color

#d53fcb #3fd549

#d53fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d53fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d53fcb Color CSS Codes

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

#d53fcb Text Font Color

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

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


#d53fcb Background Color

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

This div background color is #d53fcb


#d53fcb Border Color

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

This div border color is #d53fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d53fcb


Comments

No comments written yet.

Please login to write comment.