Color Hex Logo

#d24bbc Color Hex

#D24BBC
(210,75,188)
0 Favorites   0 Comments

Color spaces of #d24bbc

RGB 21075188
HSL0.860.600.56
HSV310°64°82°
CMYK 0.000.640.10   0.18
XYZ38.171522.364649.8819
Yxy22.36460.34570.2025
Hunter Lab47.291261.3181-29.4341
CIE-Lab54.411765.3969-32.7791

#d24bbc color RGB value is (210,75,188).

#d24bbc hex color red value is 210, green value is 75 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d24bbc hue: 0.86 , saturation: 0.60 and the lightness value of d24bbc is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01001011 10111100
Octal 322 113 274
Decimal 210 75 188
Hex D2 4B BC

RGB Percentages of Color #d24bbc

%44.40
%15.86
%39.75

CMYK Percentages of Color #d24bbc

%0
%64
%10
%18

Triadic Colors of #d24bbc

#d24bbc #bcd24b #4bbcd2

Analogous Colors of #d24bbc

#d24bbc #d24b79 #a54bd2

Monochromatic Colors of #d24bbc

#d24bbc

Complementary Color

#d24bbc #4bd261

#d24bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d24bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d24bbc Color CSS Codes

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

#d24bbc Text Font Color

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

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


#d24bbc Background Color

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

This div background color is #d24bbc


#d24bbc Border Color

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

This div border color is #d24bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d24bbc


Comments

No comments written yet.

Please login to write comment.