Color Hex Logo

#d153be Color Hex

#D153BE
(209,83,190)
0 Favorites   0 Comments

Color spaces of #d153be

RGB 20983190
HSL0.860.580.57
HSV309°60°82°
CMYK 0.000.600.09   0.18
XYZ38.682023.459551.2046
Yxy23.45950.34130.2070
Hunter Lab48.435057.7955-28.7758
CIE-Lab55.542562.1600-32.1804

#d153be color RGB value is (209,83,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010011 10111110
Octal 321 123 276
Decimal 209 83 190
Hex D1 53 BE

RGB Percentages of Color #d153be

%43.36
%17.22
%39.42

CMYK Percentages of Color #d153be

%0
%60
%9
%18

Triadic Colors of #d153be

#d153be #bed153 #53bed1

Analogous Colors of #d153be

#d153be #d1537f #a553d1

Monochromatic Colors of #d153be

#d153be

Complementary Color

#d153be #53d166

#d153be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d153be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d153be Color CSS Codes

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

#d153be Text Font Color

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

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


#d153be Background Color

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

This div background color is #d153be


#d153be Border Color

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

This div border color is #d153be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d153be


Comments

No comments written yet.

Please login to write comment.