Color Hex Logo

#d155cc Color Hex

#D155CC
(209,85,204)
0 Favorites   0 Comments

Color spaces of #d155cc

RGB 20985204
HSL0.840.570.58
HSV302°59°82°
CMYK 0.000.590.02   0.18
XYZ40.442124.411959.7072
Yxy24.41190.32470.1960
Hunter Lab49.408459.6423-37.0627
CIE-Lab56.497963.5790-38.7050

#d155cc color RGB value is (209,85,204).

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

The process color (four color CMYK) of #d155cc color hex is 0.00, 0.59, 0.02, 0.18. Web safe color of #d155cc is #cc66cc. Color #d155cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010101 11001100
Octal 321 125 314
Decimal 209 85 204
Hex D1 55 CC

RGB Percentages of Color #d155cc

%41.97
%17.07
%40.96

CMYK Percentages of Color #d155cc

%0
%59
%2
%18

Triadic Colors of #d155cc

#d155cc #ccd155 #55ccd1

Analogous Colors of #d155cc

#d155cc #d1558e #9855d1

Monochromatic Colors of #d155cc

#d155cc

Complementary Color

#d155cc #55d15a

#d155cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d155cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d155cc Color CSS Codes

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

#d155cc Text Font Color

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

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


#d155cc Background Color

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

This div background color is #d155cc


#d155cc Border Color

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

This div border color is #d155cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d155cc


Comments

No comments written yet.

Please login to write comment.