Color Hex Logo

#d713cb Color Hex

#D713CB
(215,19,203)
0 Favorites   0 Comments

Color spaces of #d713cb

RGB 21519203
HSL0.840.840.46
HSV304°91°84°
CMYK 0.000.910.06   0.16
XYZ39.036719.224658.1532
Yxy19.22460.33530.1651
Hunter Lab43.845982.1912-47.9448
CIE-Lab50.948983.0890-46.8394

#d713cb color RGB value is (215,19,203).

#d713cb hex color red value is 215, green value is 19 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d713cb hue: 0.84 , saturation: 0.84 and the lightness value of d713cb is 0.46.

The process color (four color CMYK) of #d713cb color hex is 0.00, 0.91, 0.06, 0.16. Web safe color of #d713cb is #cc00cc. Color #d713cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010011 11001011
Octal 327 23 313
Decimal 215 19 203
Hex D7 13 CB

RGB Percentages of Color #d713cb

%49.20
%4.35
%46.45

CMYK Percentages of Color #d713cb

%0
%91
%6
%16

Triadic Colors of #d713cb

#d713cb #cbd713 #13cbd7

Analogous Colors of #d713cb

#d713cb #d71369 #8113d7

Monochromatic Colors of #d713cb

#d713cb

Complementary Color

#d713cb #13d71f

#d713cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d713cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d713cb Color CSS Codes

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

#d713cb Text Font Color

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

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


#d713cb Background Color

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

This div background color is #d713cb


#d713cb Border Color

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

This div border color is #d713cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d713cb


Comments

No comments written yet.

Please login to write comment.