Color Hex Logo

#d13fbd Color Hex

#D13FBD
(209,63,189)
0 Favorites   0 Comments

Color spaces of #d13fbd

RGB 20963189
HSL0.860.610.53
HSV308°70°82°
CMYK 0.000.700.10   0.18
XYZ37.257320.784450.1922
Yxy20.78440.34420.1920
Hunter Lab45.589966.0927-33.3624
CIE-Lab52.712769.7514-36.0275

#d13fbd color RGB value is (209,63,189).

#d13fbd hex color red value is 209, green value is 63 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d13fbd hue: 0.86 , saturation: 0.61 and the lightness value of d13fbd is 0.53.

The process color (four color CMYK) of #d13fbd color hex is 0.00, 0.70, 0.10, 0.18. Web safe color of #d13fbd is #cc33cc. Color #d13fbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111111 10111101
Octal 321 77 275
Decimal 209 63 189
Hex D1 3F BD

RGB Percentages of Color #d13fbd

%45.34
%13.67
%41.00

CMYK Percentages of Color #d13fbd

%0
%70
%10
%18

Triadic Colors of #d13fbd

#d13fbd #bdd13f #3fbdd1

Analogous Colors of #d13fbd

#d13fbd #d13f74 #9c3fd1

Monochromatic Colors of #d13fbd

#d13fbd

Complementary Color

#d13fbd #3fd153

#d13fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13fbd Color CSS Codes

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

#d13fbd Text Font Color

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

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


#d13fbd Background Color

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

This div background color is #d13fbd


#d13fbd Border Color

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

This div border color is #d13fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13fbd


Comments

No comments written yet.

Please login to write comment.