Color Hex Logo

#d025da Color Hex

#D025DA
(208,37,218)
0 Favorites   0 Comments

Color spaces of #d025da

RGB 20837218
HSL0.820.710.50
HSV297°83°85°
CMYK 0.050.830.00   0.15
XYZ39.328919.795068.0776
Yxy19.79500.30920.1556
Hunter Lab44.491679.9271-59.5769
CIE-Lab51.604681.1878-54.4594

#d025da color RGB value is (208,37,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100101 11011010
Octal 320 45 332
Decimal 208 37 218
Hex D0 25 DA

RGB Percentages of Color #d025da

%44.92
%7.99
%47.08

CMYK Percentages of Color #d025da

%5
%83
%0
%15

Triadic Colors of #d025da

#d025da #dad025 #25dad0

Analogous Colors of #d025da

#d025da #da258a #7625da

Monochromatic Colors of #d025da

#d025da

Complementary Color

#d025da #2fda25

#d025da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d025da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d025da Color CSS Codes

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

#d025da Text Font Color

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

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


#d025da Background Color

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

This div background color is #d025da


#d025da Border Color

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

This div border color is #d025da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d025da


Comments

No comments written yet.

Please login to write comment.