Color Hex Logo

#d364cb Color Hex

#D364CB
(211,100,203)
0 Favorites   0 Comments

Color spaces of #d364cb

RGB 211100203
HSL0.850.560.61
HSV304°53°83°
CMYK 0.000.530.04   0.17
XYZ42.200627.275059.5403
Yxy27.27500.32710.2114
Hunter Lab52.225552.8417-31.0365
CIE-Lab59.228057.1847-33.8452

#d364cb color RGB value is (211,100,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01100100 11001011
Octal 323 144 313
Decimal 211 100 203
Hex D3 64 CB

RGB Percentages of Color #d364cb

%41.05
%19.46
%39.49

CMYK Percentages of Color #d364cb

%0
%53
%4
%17

Triadic Colors of #d364cb

#d364cb #cbd364 #64cbd3

Analogous Colors of #d364cb

#d364cb #d36494 #a464d3

Monochromatic Colors of #d364cb

#d364cb

Complementary Color

#d364cb #64d36c

#d364cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d364cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d364cb Color CSS Codes

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

#d364cb Text Font Color

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

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


#d364cb Background Color

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

This div background color is #d364cb


#d364cb Border Color

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

This div border color is #d364cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d364cb


Comments

No comments written yet.

Please login to write comment.