color codes Logo

#d13ccc color codes

#D13CCC
(209,60,204)
0 Favorites   0 Comments

Color spaces of #d13ccc

RGB 20960204
HSL0.840.620.53
HSV302°71°82°
CMYK 0.000.710.02   0.18
XYZ38.809421.146759.1630
Yxy21.14670.32580.1775
Hunter Lab45.985570.1700-44.0901
CIE-Lab53.109773.0528-44.0478

#d13ccc color RGB value is (209,60,204).

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

The process color (four color CMYK) of #d13ccc color code is 0.00, 0.71, 0.02, 0.18. Web safe color of #d13ccc is #cc33cc. Color #d13ccc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111100 11001100
Octal 321 74 314
Decimal 209 60 204
Hex D1 3C CC

RGB Percentages of Color #d13ccc

%44.19
%12.68
%43.13

CMYK Percentages of Color #d13ccc

%0
%71
%2
%18

Triadic Colors of #d13ccc

#d13ccc #ccd13c #3cccd1

Analogous Colors of #d13ccc

#d13ccc #d13c82 #8c3cd1

Monochromatic Colors of #d13ccc

#d13ccc

Complementary Color

#d13ccc #3cd141

#d13ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13ccc Color CSS Codes

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

#d13ccc Text Font Color

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

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


#d13ccc Background Color

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

This div background color is #d13ccc


#d13ccc Border Color

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

This div border color is #d13ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13ccc


Comments

No comments written yet.

Please login to write comment.