Color Hex Logo

#d61ccc Color Hex

#D61CCC
(214,28,204)
0 Favorites   0 Comments

Color spaces of #d61ccc

RGB 21428204
HSL0.840.770.47
HSV303°87°84°
CMYK 0.000.870.05   0.16
XYZ39.045919.486358.8300
Yxy19.48630.33270.1660
Hunter Lab44.143380.6372-48.1158
CIE-Lab51.251481.8147-46.9451

#d61ccc color RGB value is (214,28,204).

#d61ccc hex color red value is 214, green value is 28 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d61ccc hue: 0.84 , saturation: 0.77 and the lightness value of d61ccc is 0.47.

The process color (four color CMYK) of #d61ccc color hex is 0.00, 0.87, 0.05, 0.16. Web safe color of #d61ccc is #cc33cc. Color #d61ccc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011100 11001100
Octal 326 34 314
Decimal 214 28 204
Hex D6 1C CC

RGB Percentages of Color #d61ccc

%47.98
%6.28
%45.74

CMYK Percentages of Color #d61ccc

%0
%87
%5
%16

Triadic Colors of #d61ccc

#d61ccc #ccd61c #1cccd6

Analogous Colors of #d61ccc

#d61ccc #d61c6f #831cd6

Monochromatic Colors of #d61ccc

#d61ccc

Complementary Color

#d61ccc #1cd626

#d61ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61ccc Color CSS Codes

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

#d61ccc Text Font Color

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

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


#d61ccc Background Color

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

This div background color is #d61ccc


#d61ccc Border Color

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

This div border color is #d61ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61ccc


Comments

No comments written yet.

Please login to write comment.