Color Hex Logo

#d236af Color Hex

#D236AF
(210,54,175)
0 Favorites   0 Comments

Color spaces of #d236af

RGB 21054175
HSL0.870.630.52
HSV313°74°82°
CMYK 0.000.740.17   0.18
XYZ35.635419.435142.4306
Yxy19.43510.36550.1993
Hunter Lab44.085367.1376-26.2050
CIE-Lab51.192470.9156-30.2351

#d236af color RGB value is (210,54,175).

#d236af hex color red value is 210, green value is 54 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d236af hue: 0.87 , saturation: 0.63 and the lightness value of d236af is 0.52.

The process color (four color CMYK) of #d236af color hex is 0.00, 0.74, 0.17, 0.18. Web safe color of #d236af is #cc3399. Color #d236af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00110110 10101111
Octal 322 66 257
Decimal 210 54 175
Hex D2 36 AF

RGB Percentages of Color #d236af

%47.84
%12.30
%39.86

CMYK Percentages of Color #d236af

%0
%74
%17
%18

Triadic Colors of #d236af

#d236af #afd236 #36afd2

Analogous Colors of #d236af

#d236af #d23661 #a736d2

Monochromatic Colors of #d236af

#d236af

Complementary Color

#d236af #36d259

#d236af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d236af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d236af Color CSS Codes

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

#d236af Text Font Color

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

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


#d236af Background Color

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

This div background color is #d236af


#d236af Border Color

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

This div border color is #d236af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,54,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d236af


Comments

No comments written yet.

Please login to write comment.