Color Hex Logo

#da25ca Color Hex

#DA25CA
(218,37,202)
0 Favorites   0 Comments

Color spaces of #da25ca

RGB 21837202
HSL0.850.710.50
HSV305°83°85°
CMYK 0.000.830.07   0.15
XYZ40.235720.492857.7120
Yxy20.49280.33970.1730
Hunter Lab45.269079.4326-43.8987
CIE-Lab52.389980.6450-43.9436

#da25ca color RGB value is (218,37,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100101 11001010
Octal 332 45 312
Decimal 218 37 202
Hex DA 25 CA

RGB Percentages of Color #da25ca

%47.70
%8.10
%44.20

CMYK Percentages of Color #da25ca

%0
%83
%7
%15

Triadic Colors of #da25ca

#da25ca #cada25 #25cada

Analogous Colors of #da25ca

#da25ca #da2570 #9025da

Monochromatic Colors of #da25ca

#da25ca

Complementary Color

#da25ca #25da35

#da25ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da25ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#da25ca Color CSS Codes

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

#da25ca Text Font Color

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

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


#da25ca Background Color

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

This div background color is #da25ca


#da25ca Border Color

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

This div border color is #da25ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da25ca


Comments

No comments written yet.

Please login to write comment.