Color Hex Logo

#d55fcc Color Hex

#D55FCC
(213,95,204)
0 Favorites   0 Comments

Color spaces of #d55fcc

RGB 21395204
HSL0.850.580.60
HSV305°55°84°
CMYK 0.000.550.04   0.16
XYZ42.431926.690260.0421
Yxy26.69020.32850.2066
Hunter Lab51.662656.1975-32.7429
CIE-Lab58.686560.2146-35.2371

#d55fcc color RGB value is (213,95,204).

#d55fcc hex color red value is 213, green value is 95 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d55fcc hue: 0.85 , saturation: 0.58 and the lightness value of d55fcc is 0.60.

The process color (four color CMYK) of #d55fcc color hex is 0.00, 0.55, 0.04, 0.16. Web safe color of #d55fcc is #cc66cc. Color #d55fcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011111 11001100
Octal 325 137 314
Decimal 213 95 204
Hex D5 5F CC

RGB Percentages of Color #d55fcc

%41.60
%18.55
%39.84

CMYK Percentages of Color #d55fcc

%0
%55
%4
%16

Triadic Colors of #d55fcc

#d55fcc #ccd55f #5fccd5

Analogous Colors of #d55fcc

#d55fcc #d55f91 #a35fd5

Monochromatic Colors of #d55fcc

#d55fcc

Complementary Color

#d55fcc #5fd568

#d55fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55fcc Color CSS Codes

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

#d55fcc Text Font Color

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

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


#d55fcc Background Color

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

This div background color is #d55fcc


#d55fcc Border Color

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

This div border color is #d55fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55fcc


Comments

No comments written yet.

Please login to write comment.