Color Hex Logo

#d024bc Color Hex

#D024BC
(208,36,188)
0 Favorites   0 Comments

Color spaces of #d024bc

RGB 20836188
HSL0.850.700.48
HSV307°83°82°
CMYK 0.000.830.10   0.18
XYZ35.720418.302549.2270
Yxy18.30250.34600.1773
Hunter Lab42.781474.1713-38.2758
CIE-Lab49.861076.9410-39.9476

#d024bc color RGB value is (208,36,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100100 10111100
Octal 320 44 274
Decimal 208 36 188
Hex D0 24 BC

RGB Percentages of Color #d024bc

%48.15
%8.33
%43.52

CMYK Percentages of Color #d024bc

%0
%83
%10
%18

Triadic Colors of #d024bc

#d024bc #bcd024 #24bcd0

Analogous Colors of #d024bc

#d024bc #d02466 #8e24d0

Monochromatic Colors of #d024bc

#d024bc

Complementary Color

#d024bc #24d038

#d024bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d024bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d024bc Color CSS Codes

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

#d024bc Text Font Color

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

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


#d024bc Background Color

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

This div background color is #d024bc


#d024bc Border Color

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

This div border color is #d024bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d024bc


Comments

No comments written yet.

Please login to write comment.