Color Hex Logo

#d325da Color Hex

#D325DA
(211,37,218)
0 Favorites   0 Comments

Color spaces of #d325da

RGB 21137218
HSL0.830.710.50
HSV298°83°85°
CMYK 0.030.830.00   0.15
XYZ40.180420.234068.1175
Yxy20.23400.31260.1574
Hunter Lab44.982280.7264-58.2965
CIE-Lab52.100881.7191-53.6375

#d325da color RGB value is (211,37,218).

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

The process color (four color CMYK) of #d325da color hex is 0.03, 0.83, 0.00, 0.15. Web safe color of #d325da is #cc33cc. Color #d325da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00100101 11011010
Octal 323 45 332
Decimal 211 37 218
Hex D3 25 DA

RGB Percentages of Color #d325da

%45.28
%7.94
%46.78

CMYK Percentages of Color #d325da

%3
%83
%0
%15

Triadic Colors of #d325da

#d325da #dad325 #25dad3

Analogous Colors of #d325da

#d325da #da2587 #7925da

Monochromatic Colors of #d325da

#d325da

Complementary Color

#d325da #2cda25

#d325da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d325da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d325da Color CSS Codes

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

#d325da Text Font Color

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

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


#d325da Background Color

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

This div background color is #d325da


#d325da Border Color

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

This div border color is #d325da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d325da


Comments

No comments written yet.

Please login to write comment.