Color Hex Logo

#d13cbf Color Hex

#D13CBF
(209,60,191)
0 Favorites   0 Comments

Color spaces of #d13cbf

RGB 20960191
HSL0.850.620.53
HSV307°71°82°
CMYK 0.000.710.09   0.18
XYZ37.314320.548651.2898
Yxy20.54860.34190.1883
Hunter Lab45.330667.6055-35.3530
CIE-Lab52.451971.0622-37.5953

#d13cbf color RGB value is (209,60,191).

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

The process color (four color CMYK) of #d13cbf color hex is 0.00, 0.71, 0.09, 0.18. Web safe color of #d13cbf is #cc33cc. Color #d13cbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111100 10111111
Octal 321 74 277
Decimal 209 60 191
Hex D1 3C BF

RGB Percentages of Color #d13cbf

%45.43
%13.04
%41.52

CMYK Percentages of Color #d13cbf

%0
%71
%9
%18

Triadic Colors of #d13cbf

#d13cbf #bfd13c #3cbfd1

Analogous Colors of #d13cbf

#d13cbf #d13c75 #993cd1

Monochromatic Colors of #d13cbf

#d13cbf

Complementary Color

#d13cbf #3cd14e

#d13cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13cbf Color CSS Codes

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

#d13cbf Text Font Color

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

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


#d13cbf Background Color

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

This div background color is #d13cbf


#d13cbf Border Color

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

This div border color is #d13cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13cbf


Comments

No comments written yet.

Please login to write comment.