Color Hex Logo

#d442bf Color Hex

#D442BF
(212,66,191)
0 Favorites   0 Comments

Color spaces of #d442bf

RGB 21266191
HSL0.860.630.55
HSV309°69°83°
CMYK 0.000.690.10   0.17
XYZ38.503621.655151.4407
Yxy21.65510.34500.1940
Hunter Lab46.535066.2565-32.9657
CIE-Lab53.659169.7076-35.6663

#d442bf color RGB value is (212,66,191).

#d442bf hex color red value is 212, green value is 66 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d442bf hue: 0.86 , saturation: 0.63 and the lightness value of d442bf is 0.55.

The process color (four color CMYK) of #d442bf color hex is 0.00, 0.69, 0.10, 0.17. Web safe color of #d442bf is #cc33cc. Color #d442bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01000010 10111111
Octal 324 102 277
Decimal 212 66 191
Hex D4 42 BF

RGB Percentages of Color #d442bf

%45.20
%14.07
%40.72

CMYK Percentages of Color #d442bf

%0
%69
%10
%17

Triadic Colors of #d442bf

#d442bf #bfd442 #42bfd4

Analogous Colors of #d442bf

#d442bf #d44276 #a042d4

Monochromatic Colors of #d442bf

#d442bf

Complementary Color

#d442bf #42d457

#d442bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d442bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d442bf Color CSS Codes

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

#d442bf Text Font Color

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

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


#d442bf Background Color

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

This div background color is #d442bf


#d442bf Border Color

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

This div border color is #d442bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d442bf


Comments

No comments written yet.

Please login to write comment.