Color Hex Logo

#d724ca Color Hex

#D724CA
(215,36,202)
0 Favorites   0 Comments

Color spaces of #d724ca

RGB 21536202
HSL0.850.710.49
HSV304°83°84°
CMYK 0.000.830.06   0.16
XYZ39.315919.973157.6601
Yxy19.97310.33620.1708
Hunter Lab44.691378.8207-45.2113
CIE-Lab51.806880.2754-44.9004

#d724ca color RGB value is (215,36,202).

#d724ca hex color red value is 215, green value is 36 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d724ca hue: 0.85 , saturation: 0.71 and the lightness value of d724ca is 0.49.

The process color (four color CMYK) of #d724ca color hex is 0.00, 0.83, 0.06, 0.16. Web safe color of #d724ca is #cc33cc. Color #d724ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00100100 11001010
Octal 327 44 312
Decimal 215 36 202
Hex D7 24 CA

RGB Percentages of Color #d724ca

%47.46
%7.95
%44.59

CMYK Percentages of Color #d724ca

%0
%83
%6
%16

Triadic Colors of #d724ca

#d724ca #cad724 #24cad7

Analogous Colors of #d724ca

#d724ca #d72471 #8b24d7

Monochromatic Colors of #d724ca

#d724ca

Complementary Color

#d724ca #24d731

#d724ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d724ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d724ca Color CSS Codes

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

#d724ca Text Font Color

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

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


#d724ca Background Color

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

This div background color is #d724ca


#d724ca Border Color

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

This div border color is #d724ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,36,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d724ca


Comments

No comments written yet.

Please login to write comment.