Color Hex Logo

#d650cb Color Hex

#D650CB
(214,80,203)
0 Favorites   0 Comments

Color spaces of #d650cb

RGB 21480203
HSL0.850.620.58
HSV305°63°84°
CMYK 0.000.630.05   0.16
XYZ41.379724.345359.0181
Yxy24.34530.33170.1952
Hunter Lab49.341063.3520-36.3798
CIE-Lab56.431966.7475-38.1866

#d650cb color RGB value is (214,80,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010000 11001011
Octal 326 120 313
Decimal 214 80 203
Hex D6 50 CB

RGB Percentages of Color #d650cb

%43.06
%16.10
%40.85

CMYK Percentages of Color #d650cb

%0
%63
%5
%16

Triadic Colors of #d650cb

#d650cb #cbd650 #50cbd6

Analogous Colors of #d650cb

#d650cb #d65088 #9e50d6

Monochromatic Colors of #d650cb

#d650cb

Complementary Color

#d650cb #50d65b

#d650cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d650cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d650cb Color CSS Codes

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

#d650cb Text Font Color

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

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


#d650cb Background Color

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

This div background color is #d650cb


#d650cb Border Color

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

This div border color is #d650cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d650cb


Comments

No comments written yet.

Please login to write comment.