Color Hex Logo

#d348cf Color Hex

#D348CF
(211,72,207)
0 Favorites   0 Comments

Color spaces of #d348cf

RGB 21172207
HSL0.840.610.55
HSV302°66°83°
CMYK 0.000.660.02   0.17
XYZ40.443822.988661.3371
Yxy22.98860.32410.1842
Hunter Lab47.946466.6622-42.2862
CIE-Lab55.060669.7794-42.6593

#d348cf color RGB value is (211,72,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01001000 11001111
Octal 323 110 317
Decimal 211 72 207
Hex D3 48 CF

RGB Percentages of Color #d348cf

%43.06
%14.69
%42.24

CMYK Percentages of Color #d348cf

%0
%66
%2
%17

Triadic Colors of #d348cf

#d348cf #cfd348 #48cfd3

Analogous Colors of #d348cf

#d348cf #d3488a #9248d3

Monochromatic Colors of #d348cf

#d348cf

Complementary Color

#d348cf #48d34c

#d348cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d348cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d348cf Color CSS Codes

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

#d348cf Text Font Color

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

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


#d348cf Background Color

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

This div background color is #d348cf


#d348cf Border Color

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

This div border color is #d348cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,72,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d348cf


Comments

No comments written yet.

Please login to write comment.