Color Hex Logo

#d024be Color Hex

#D024BE
(208,36,190)
0 Favorites   0 Comments

Color spaces of #d024be

RGB 20836190
HSL0.850.700.48
HSV306°83°82°
CMYK 0.000.830.09   0.18
XYZ35.937618.389450.3706
Yxy18.38940.34330.1756
Hunter Lab42.882974.5453-39.6246
CIE-Lab49.965077.2222-40.9477

#d024be color RGB value is (208,36,190).

#d024be hex color red value is 208, green value is 36 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d024be hue: 0.85 , saturation: 0.70 and the lightness value of d024be is 0.48.

The process color (four color CMYK) of #d024be color hex is 0.00, 0.83, 0.09, 0.18. Web safe color of #d024be is #cc33cc. Color #d024be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100100 10111110
Octal 320 44 276
Decimal 208 36 190
Hex D0 24 BE

RGB Percentages of Color #d024be

%47.93
%8.29
%43.78

CMYK Percentages of Color #d024be

%0
%83
%9
%18

Triadic Colors of #d024be

#d024be #bed024 #24bed0

Analogous Colors of #d024be

#d024be #d02468 #8c24d0

Monochromatic Colors of #d024be

#d024be

Complementary Color

#d024be #24d036

#d024be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d024be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d024be Color CSS Codes

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

#d024be Text Font Color

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

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


#d024be Background Color

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

This div background color is #d024be


#d024be Border Color

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

This div border color is #d024be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,36,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d024be


Comments

No comments written yet.

Please login to write comment.