Color Hex Logo

#da25ef Color Hex

#DA25EF
(218,37,239)
0 Favorites   0 Comments

Color spaces of #da25ef

RGB 21837239
HSL0.820.860.54
HSV294°85°94°
CMYK 0.090.850.00   0.06
XYZ45.155022.460683.6167
Yxy22.46060.29860.1485
Hunter Lab47.392687.1351-71.4329
CIE-Lab54.512386.2123-61.5773

#da25ef color RGB value is (218,37,239).

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

The process color (four color CMYK) of #da25ef color hex is 0.09, 0.85, 0.00, 0.06. Web safe color of #da25ef is #cc33ff. Color #da25ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100101 11101111
Octal 332 45 357
Decimal 218 37 239
Hex DA 25 EF

RGB Percentages of Color #da25ef

%44.13
%7.49
%48.38

CMYK Percentages of Color #da25ef

%9
%85
%0
%6

Triadic Colors of #da25ef

#da25ef #efda25 #25efda

Analogous Colors of #da25ef

#da25ef #ef259f #7525ef

Monochromatic Colors of #da25ef

#da25ef

Complementary Color

#da25ef #3aef25

#da25ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da25ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#da25ef Color CSS Codes

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

#da25ef Text Font Color

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

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


#da25ef Background Color

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

This div background color is #da25ef


#da25ef Border Color

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

This div border color is #da25ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,37,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da25ef


Comments

No comments written yet.

Please login to write comment.