Color Hex Logo

#d13ccb Color Hex

#D13CCB
(209,60,203)
0 Favorites   0 Comments

Color spaces of #d13ccb

RGB 20960203
HSL0.840.620.53
HSV302°71°82°
CMYK 0.000.710.03   0.18
XYZ38.689821.098858.5332
Yxy21.09880.32700.1783
Hunter Lab45.933469.9673-43.4001
CIE-Lab53.057572.8964-43.5567

#d13ccb color RGB value is (209,60,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111100 11001011
Octal 321 74 313
Decimal 209 60 203
Hex D1 3C CB

RGB Percentages of Color #d13ccb

%44.28
%12.71
%43.01

CMYK Percentages of Color #d13ccb

%0
%71
%3
%18

Triadic Colors of #d13ccb

#d13ccb #cbd13c #3ccbd1

Analogous Colors of #d13ccb

#d13ccb #d13c81 #8d3cd1

Monochromatic Colors of #d13ccb

#d13ccb

Complementary Color

#d13ccb #3cd142

#d13ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13ccb Color CSS Codes

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

#d13ccb Text Font Color

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

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


#d13ccb Background Color

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

This div background color is #d13ccb


#d13ccb Border Color

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

This div border color is #d13ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13ccb


Comments

No comments written yet.

Please login to write comment.