Color Hex Logo

#d348bf Color Hex

#D348BF
(211,72,191)
0 Favorites   0 Comments

Color spaces of #d348bf

RGB 21172191
HSL0.860.610.55
HSV309°66°83°
CMYK 0.000.660.09   0.17
XYZ38.585322.245251.5503
Yxy22.24520.34330.1979
Hunter Lab47.164863.4915-31.7875
CIE-Lab54.286267.2662-34.6957

#d348bf color RGB value is (211,72,191).

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

The process color (four color CMYK) of #d348bf color hex is 0.00, 0.66, 0.09, 0.17. Web safe color of #d348bf is #cc33cc. Color #d348bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01001000 10111111
Octal 323 110 277
Decimal 211 72 191
Hex D3 48 BF

RGB Percentages of Color #d348bf

%44.51
%15.19
%40.30

CMYK Percentages of Color #d348bf

%0
%66
%9
%17

Triadic Colors of #d348bf

#d348bf #bfd348 #48bfd3

Analogous Colors of #d348bf

#d348bf #d3487a #a248d3

Monochromatic Colors of #d348bf

#d348bf

Complementary Color

#d348bf #48d35c

#d348bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d348bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d348bf Color CSS Codes

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

#d348bf Text Font Color

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

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


#d348bf Background Color

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

This div background color is #d348bf


#d348bf Border Color

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

This div border color is #d348bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d348bf


Comments

No comments written yet.

Please login to write comment.