Color Hex Logo

#d348cb Color Hex

#D348CB
(211,72,203)
0 Favorites   0 Comments

Color spaces of #d348cb

RGB 21172203
HSL0.840.610.55
HSV303°66°83°
CMYK 0.000.660.04   0.17
XYZ39.960822.795458.7937
Yxy22.79540.32880.1875
Hunter Lab47.744565.8465-39.5899
CIE-Lab54.861069.1368-40.6881

#d348cb color RGB value is (211,72,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01001000 11001011
Octal 323 110 313
Decimal 211 72 203
Hex D3 48 CB

RGB Percentages of Color #d348cb

%43.42
%14.81
%41.77

CMYK Percentages of Color #d348cb

%0
%66
%4
%17

Triadic Colors of #d348cb

#d348cb #cbd348 #48cbd3

Analogous Colors of #d348cb

#d348cb #d34886 #9648d3

Monochromatic Colors of #d348cb

#d348cb

Complementary Color

#d348cb #48d350

#d348cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d348cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d348cb Color CSS Codes

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

#d348cb Text Font Color

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

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


#d348cb Background Color

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

This div background color is #d348cb


#d348cb Border Color

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

This div border color is #d348cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d348cb


Comments

No comments written yet.

Please login to write comment.