Color Hex Logo

#d153cf Color Hex

#D153CF
(209,83,207)
0 Favorites   0 Comments

Color spaces of #d153cf

RGB 20983207
HSL0.840.580.57
HSV301°60°82°
CMYK 0.000.600.01   0.18
XYZ40.650224.246861.5691
Yxy24.24680.32140.1917
Hunter Lab49.241061.1862-39.6652
CIE-Lab56.334164.9290-40.6717

#d153cf color RGB value is (209,83,207).

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

The process color (four color CMYK) of #d153cf color hex is 0.00, 0.60, 0.01, 0.18. Web safe color of #d153cf is #cc66cc. Color #d153cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010011 11001111
Octal 321 123 317
Decimal 209 83 207
Hex D1 53 CF

RGB Percentages of Color #d153cf

%41.88
%16.63
%41.48

CMYK Percentages of Color #d153cf

%0
%60
%1
%18

Triadic Colors of #d153cf

#d153cf #cfd153 #53cfd1

Analogous Colors of #d153cf

#d153cf #d15390 #9453d1

Monochromatic Colors of #d153cf

#d153cf

Complementary Color

#d153cf #53d155

#d153cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d153cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d153cf Color CSS Codes

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

#d153cf Text Font Color

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

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


#d153cf Background Color

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

This div background color is #d153cf


#d153cf Border Color

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

This div border color is #d153cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d153cf


Comments

No comments written yet.

Please login to write comment.