Color Hex Logo

#d13bcf Color Hex

#D13BCF
(209,59,207)
0 Favorites   0 Comments

Color spaces of #d13bcf

RGB 20959207
HSL0.840.620.53
HSV301°72°82°
CMYK 0.000.720.01   0.18
XYZ39.120921.188261.0593
Yxy21.18820.32230.1746
Hunter Lab46.030671.1514-46.4263
CIE-Lab53.154973.8478-45.6953

#d13bcf color RGB value is (209,59,207).

#d13bcf hex color red value is 209, green value is 59 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d13bcf hue: 0.84 , saturation: 0.62 and the lightness value of d13bcf is 0.53.

The process color (four color CMYK) of #d13bcf color hex is 0.00, 0.72, 0.01, 0.18. Web safe color of #d13bcf is #cc33cc. Color #d13bcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111011 11001111
Octal 321 73 317
Decimal 209 59 207
Hex D1 3B CF

RGB Percentages of Color #d13bcf

%44.00
%12.42
%43.58

CMYK Percentages of Color #d13bcf

%0
%72
%1
%18

Triadic Colors of #d13bcf

#d13bcf #cfd13b #3bcfd1

Analogous Colors of #d13bcf

#d13bcf #d13b84 #883bd1

Monochromatic Colors of #d13bcf

#d13bcf

Complementary Color

#d13bcf #3bd13d

#d13bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13bcf Color CSS Codes

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

#d13bcf Text Font Color

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

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


#d13bcf Background Color

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

This div background color is #d13bcf


#d13bcf Border Color

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

This div border color is #d13bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13bcf


Comments

No comments written yet.

Please login to write comment.