Color Hex Logo

#d273da Color Hex

#D273DA
(210,115,218)
0 Favorites   0 Comments

Color spaces of #d273da

RGB 210115218
HSL0.820.580.65
HSV295°47°85°
CMYK 0.040.470.00   0.15
XYZ45.364031.025169.9272
Yxy31.02510.31000.2120
Hunter Lab55.700247.9008-35.4438
CIE-Lab62.528852.2595-37.1596

#d273da color RGB value is (210,115,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01110011 11011010
Octal 322 163 332
Decimal 210 115 218
Hex D2 73 DA

RGB Percentages of Color #d273da

%38.67
%21.18
%40.15

CMYK Percentages of Color #d273da

%4
%47
%0
%15

Triadic Colors of #d273da

#d273da #dad273 #73dad2

Analogous Colors of #d273da

#d273da #da73af #9f73da

Monochromatic Colors of #d273da

#d273da

Complementary Color

#d273da #7bda73

#d273da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d273da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d273da Color CSS Codes

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

#d273da Text Font Color

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

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


#d273da Background Color

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

This div background color is #d273da


#d273da Border Color

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

This div border color is #d273da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d273da


Comments

No comments written yet.

Please login to write comment.