Color Hex Logo

#d153da Color Hex

#D153DA
(209,83,218)
0 Favorites   0 Comments

Color spaces of #d153da

RGB 20983218
HSL0.820.650.59
HSV296°62°85°
CMYK 0.040.620.00   0.15
XYZ42.042624.803868.9014
Yxy24.80380.30970.1827
Hunter Lab49.803463.5286-47.1634
CIE-Lab56.883866.8126-46.0446

#d153da color RGB value is (209,83,218).

#d153da hex color red value is 209, green value is 83 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d153da hue: 0.82 , saturation: 0.65 and the lightness value of d153da is 0.59.

The process color (four color CMYK) of #d153da color hex is 0.04, 0.62, 0.00, 0.15. Web safe color of #d153da is #cc66cc. Color #d153da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010011 11011010
Octal 321 123 332
Decimal 209 83 218
Hex D1 53 DA

RGB Percentages of Color #d153da

%40.98
%16.27
%42.75

CMYK Percentages of Color #d153da

%4
%62
%0
%15

Triadic Colors of #d153da

#d153da #dad153 #53dad1

Analogous Colors of #d153da

#d153da #da53a0 #8e53da

Monochromatic Colors of #d153da

#d153da

Complementary Color

#d153da #5cda53

#d153da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d153da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d153da Color CSS Codes

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

#d153da Text Font Color

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

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


#d153da Background Color

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

This div background color is #d153da


#d153da Border Color

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

This div border color is #d153da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d153da


Comments

No comments written yet.

Please login to write comment.