Color Hex Logo

#d51fcb Color Hex

#D51FCB
(213,31,203)
0 Favorites   0 Comments

Color spaces of #d51fcb

RGB 21331203
HSL0.840.750.48
HSV303°85°84°
CMYK 0.000.850.05   0.16
XYZ38.710119.437958.2116
Yxy19.43790.33270.1671
Hunter Lab44.088479.5701-47.4209
CIE-Lab51.195680.9863-46.4684

#d51fcb color RGB value is (213,31,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00011111 11001011
Octal 325 37 313
Decimal 213 31 203
Hex D5 1F CB

RGB Percentages of Color #d51fcb

%47.65
%6.94
%45.41

CMYK Percentages of Color #d51fcb

%0
%85
%5
%16

Triadic Colors of #d51fcb

#d51fcb #cbd51f #1fcbd5

Analogous Colors of #d51fcb

#d51fcb #d51f70 #841fd5

Monochromatic Colors of #d51fcb

#d51fcb

Complementary Color

#d51fcb #1fd529

#d51fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d51fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d51fcb Color CSS Codes

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

#d51fcb Text Font Color

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

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


#d51fcb Background Color

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

This div background color is #d51fcb


#d51fcb Border Color

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

This div border color is #d51fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d51fcb


Comments

No comments written yet.

Please login to write comment.