Color Hex Logo

#d314cb Color Hex

#D314CB
(211,20,203)
0 Favorites   0 Comments

Color spaces of #d314cb

RGB 21120203
HSL0.840.830.45
HSV303°91°83°
CMYK 0.000.910.04   0.17
XYZ37.893618.661058.1046
Yxy18.66100.33050.1628
Hunter Lab43.198480.9830-49.5100
CIE-Lab50.288282.2733-47.9334

#d314cb color RGB value is (211,20,203).

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

The process color (four color CMYK) of #d314cb color hex is 0.00, 0.91, 0.04, 0.17. Web safe color of #d314cb is #cc00cc. Color #d314cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00010100 11001011
Octal 323 24 313
Decimal 211 20 203
Hex D3 14 CB

RGB Percentages of Color #d314cb

%48.62
%4.61
%46.77

CMYK Percentages of Color #d314cb

%0
%91
%4
%17

Triadic Colors of #d314cb

#d314cb #cbd314 #14cbd3

Analogous Colors of #d314cb

#d314cb #d3146c #7c14d3

Monochromatic Colors of #d314cb

#d314cb

Complementary Color

#d314cb #14d31c

#d314cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d314cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d314cb Color CSS Codes

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

#d314cb Text Font Color

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

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


#d314cb Background Color

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

This div background color is #d314cb


#d314cb Border Color

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

This div border color is #d314cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d314cb


Comments

No comments written yet.

Please login to write comment.