Color Hex Logo

#d024ef Color Hex

#D024EF
(208,36,239)
0 Favorites   0 Comments

Color spaces of #d024ef

RGB 20836239
HSL0.810.860.54
HSV291°85°94°
CMYK 0.130.850.00   0.06
XYZ42.223320.903683.4707
Yxy20.90360.28800.1426
Hunter Lab45.720584.8357-76.2400
CIE-Lab52.843884.7711-64.3474

#d024ef color RGB value is (208,36,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100100 11101111
Octal 320 44 357
Decimal 208 36 239
Hex D0 24 EF

RGB Percentages of Color #d024ef

%43.06
%7.45
%49.48

CMYK Percentages of Color #d024ef

%13
%85
%0
%6

Triadic Colors of #d024ef

#d024ef #efd024 #24efd0

Analogous Colors of #d024ef

#d024ef #ef24a9 #6b24ef

Monochromatic Colors of #d024ef

#d024ef

Complementary Color

#d024ef #43ef24

#d024ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d024ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d024ef Color CSS Codes

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

#d024ef Text Font Color

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

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


#d024ef Background Color

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

This div background color is #d024ef


#d024ef Border Color

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

This div border color is #d024ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d024ef


Comments

No comments written yet.

Please login to write comment.