Color Hex Logo

#d227bf Color Hex

#D227BF
(210,39,191)
0 Favorites   0 Comments

Color spaces of #d227bf

RGB 21039191
HSL0.850.690.49
HSV307°81°82°
CMYK 0.000.810.09   0.18
XYZ36.707818.914351.0063
Yxy18.91430.34430.1774
Hunter Lab43.490674.5527-39.0927
CIE-Lab50.586877.1070-40.5237

#d227bf color RGB value is (210,39,191).

#d227bf hex color red value is 210, green value is 39 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d227bf hue: 0.85 , saturation: 0.69 and the lightness value of d227bf is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00100111 10111111
Octal 322 47 277
Decimal 210 39 191
Hex D2 27 BF

RGB Percentages of Color #d227bf

%47.73
%8.86
%43.41

CMYK Percentages of Color #d227bf

%0
%81
%9
%18

Triadic Colors of #d227bf

#d227bf #bfd227 #27bfd2

Analogous Colors of #d227bf

#d227bf #d2276a #9027d2

Monochromatic Colors of #d227bf

#d227bf

Complementary Color

#d227bf #27d23a

#d227bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d227bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d227bf Color CSS Codes

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

#d227bf Text Font Color

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

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


#d227bf Background Color

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

This div background color is #d227bf


#d227bf Border Color

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

This div border color is #d227bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d227bf


Comments

No comments written yet.

Please login to write comment.