Color Hex Logo

#d354cb Color Hex

#D354CB
(211,84,203)
0 Favorites   0 Comments

Color spaces of #d354cb

RGB 21184203
HSL0.840.590.58
HSV304°60°83°
CMYK 0.000.600.04   0.17
XYZ40.813824.501359.0780
Yxy24.50130.32810.1970
Hunter Lab49.498860.5578-36.1149
CIE-Lab56.586364.3466-37.9756

#d354cb color RGB value is (211,84,203).

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

The process color (four color CMYK) of #d354cb color hex is 0.00, 0.60, 0.04, 0.17. Web safe color of #d354cb is #cc66cc. Color #d354cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01010100 11001011
Octal 323 124 313
Decimal 211 84 203
Hex D3 54 CB

RGB Percentages of Color #d354cb

%42.37
%16.87
%40.76

CMYK Percentages of Color #d354cb

%0
%60
%4
%17

Triadic Colors of #d354cb

#d354cb #cbd354 #54cbd3

Analogous Colors of #d354cb

#d354cb #d3548c #9c54d3

Monochromatic Colors of #d354cb

#d354cb

Complementary Color

#d354cb #54d35c

#d354cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d354cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d354cb Color CSS Codes

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

#d354cb Text Font Color

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

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


#d354cb Background Color

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

This div background color is #d354cb


#d354cb Border Color

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

This div border color is #d354cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d354cb


Comments

No comments written yet.

Please login to write comment.