Color Hex Logo

#d727da Color Hex

#D727DA
(215,39,218)
0 Favorites   0 Comments

Color spaces of #d727da

RGB 21539218
HSL0.830.710.50
HSV299°82°85°
CMYK 0.010.820.00   0.15
XYZ41.404720.960168.1931
Yxy20.96010.31710.1605
Hunter Lab45.782281.3137-56.2656
CIE-Lab52.905882.0224-52.3127

#d727da color RGB value is (215,39,218).

#d727da hex color red value is 215, green value is 39 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d727da hue: 0.83 , saturation: 0.71 and the lightness value of d727da is 0.50.

The process color (four color CMYK) of #d727da color hex is 0.01, 0.82, 0.00, 0.15. Web safe color of #d727da is #cc33cc. Color #d727da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00100111 11011010
Octal 327 47 332
Decimal 215 39 218
Hex D7 27 DA

RGB Percentages of Color #d727da

%45.55
%8.26
%46.19

CMYK Percentages of Color #d727da

%1
%82
%0
%15

Triadic Colors of #d727da

#d727da #dad727 #27dad7

Analogous Colors of #d727da

#d727da #da2784 #7e27da

Monochromatic Colors of #d727da

#d727da

Complementary Color

#d727da #2ada27

#d727da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d727da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d727da Color CSS Codes

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

#d727da Text Font Color

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

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


#d727da Background Color

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

This div background color is #d727da


#d727da Border Color

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

This div border color is #d727da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d727da


Comments

No comments written yet.

Please login to write comment.