Color Hex Logo

#d550cb Color Hex

#D550CB
(213,80,203)
0 Favorites   0 Comments

Color spaces of #d550cb

RGB 21380203
HSL0.850.610.57
HSV305°62°84°
CMYK 0.000.620.05   0.16
XYZ41.088724.195359.0044
Yxy24.19530.33060.1947
Hunter Lab49.188763.0257-36.6893
CIE-Lab56.282866.4996-38.4310

#d550cb color RGB value is (213,80,203).

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

The process color (four color CMYK) of #d550cb color hex is 0.00, 0.62, 0.05, 0.16. Web safe color of #d550cb is #cc66cc. Color #d550cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010000 11001011
Octal 325 120 313
Decimal 213 80 203
Hex D5 50 CB

RGB Percentages of Color #d550cb

%42.94
%16.13
%40.93

CMYK Percentages of Color #d550cb

%0
%62
%5
%16

Triadic Colors of #d550cb

#d550cb #cbd550 #50cbd5

Analogous Colors of #d550cb

#d550cb #d55089 #9d50d5

Monochromatic Colors of #d550cb

#d550cb

Complementary Color

#d550cb #50d55a

#d550cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d550cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d550cb Color CSS Codes

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

#d550cb Text Font Color

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

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


#d550cb Background Color

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

This div background color is #d550cb


#d550cb Border Color

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

This div border color is #d550cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d550cb


Comments

No comments written yet.

Please login to write comment.