Color Hex Logo

#d13cbd Color Hex

#D13CBD
(209,60,189)
0 Favorites   0 Comments

Color spaces of #d13cbd

RGB 20960189
HSL0.860.620.53
HSV308°71°82°
CMYK 0.000.710.10   0.18
XYZ37.095720.461250.1384
Yxy20.46120.34450.1900
Hunter Lab45.234167.2253-34.0545
CIE-Lab52.354770.7648-36.5896

#d13cbd color RGB value is (209,60,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111100 10111101
Octal 321 74 275
Decimal 209 60 189
Hex D1 3C BD

RGB Percentages of Color #d13cbd

%45.63
%13.10
%41.27

CMYK Percentages of Color #d13cbd

%0
%71
%10
%18

Triadic Colors of #d13cbd

#d13cbd #bdd13c #3cbdd1

Analogous Colors of #d13cbd

#d13cbd #d13c73 #9b3cd1

Monochromatic Colors of #d13cbd

#d13cbd

Complementary Color

#d13cbd #3cd150

#d13cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13cbd Color CSS Codes

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

#d13cbd Text Font Color

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

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


#d13cbd Background Color

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

This div background color is #d13cbd


#d13cbd Border Color

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

This div border color is #d13cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13cbd


Comments

No comments written yet.

Please login to write comment.