Color Hex Logo

#d825ca Color Hex

#D825CA
(216,37,202)
0 Favorites   0 Comments

Color spaces of #d825ca

RGB 21637202
HSL0.850.710.50
HSV305°83°85°
CMYK 0.000.830.06   0.15
XYZ39.641120.186357.6841
Yxy20.18630.33730.1718
Hunter Lab44.929278.8649-44.6714
CIE-Lab52.047280.2635-44.5084

#d825ca color RGB value is (216,37,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100101 11001010
Octal 330 45 312
Decimal 216 37 202
Hex D8 25 CA

RGB Percentages of Color #d825ca

%47.47
%8.13
%44.40

CMYK Percentages of Color #d825ca

%0
%83
%6
%15

Triadic Colors of #d825ca

#d825ca #cad825 #25cad8

Analogous Colors of #d825ca

#d825ca #d82571 #8d25d8

Monochromatic Colors of #d825ca

#d825ca

Complementary Color

#d825ca #25d833

#d825ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d825ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d825ca Color CSS Codes

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

#d825ca Text Font Color

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

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


#d825ca Background Color

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

This div background color is #d825ca


#d825ca Border Color

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

This div border color is #d825ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d825ca


Comments

No comments written yet.

Please login to write comment.